diff --git a/functions/mount.sh b/functions/mount.sh index b155071e..82909364 100644 --- a/functions/mount.sh +++ b/functions/mount.sh @@ -19,7 +19,7 @@ do call=$(k3s kubectl get pvc -A | sort -u | awk '{print $1 "\t" $2 "\t" $4}' | sed "s/^0/ /") mount_list=$(echo "$call" | sed 1d | nl -s ") ") mount_title=$(echo "$call" | head -n 1) - list=$(echo -e "# $mount_title\n$mount_list" | column -t) + list=$(echo -e "# $mount_title\n$mount_list\n\n0) Exit" | column -t) while true do