From e39912f0b1bee19658a0d484224cf11de7bb5935 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Fri, 29 Jul 2022 01:52:27 -0600 Subject: [PATCH] test --- functions/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mount.sh b/functions/mount.sh index cd700a67..d0c28ce1 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}' | column -t | 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_title") + list=$(echo -e "$mount_title\n$mount_list") while true do