Update multiplane.sh

This commit is contained in:
2026-01-19 22:15:12 +00:00
parent 41c325ba4c
commit aa72eefd48

View File

@@ -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"