Update multiplane.sh
This commit is contained in:
@@ -249,7 +249,7 @@ thatll_buff_right_out_captin() {
|
||||
|
||||
clear;
|
||||
|
||||
file=$(find /opt/k0s/backups -maxdepth 1 -type f -printf "%f\n" | gum filter --limit 1 --placeholder "Select a backup file...")
|
||||
file=$(find /opt/k0s/backups -maxdepth 1 -type f -printf "%f\n" | gum choose --limit 1 --cursor "> " --height 10 --cursor.foreground 220 --header.foreground 220)
|
||||
|
||||
if [ -n "$file" ]; then
|
||||
full_path="/opt/k0s/backups/$file"
|
||||
|
||||
Reference in New Issue
Block a user