From 4841c568fa0ad305c6c0bb398967291776f4dda0 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Fri, 29 Jul 2022 00:08:30 -0600 Subject: [PATCH] better message --- functions/backup.sh | 4 ++-- functions/mount.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/backup.sh b/functions/backup.sh index adc3fece..1345eae2 100644 --- a/functions/backup.sh +++ b/functions/backup.sh @@ -40,7 +40,7 @@ do exit else title - echo -e "Choose a restore point to delete\nThese may be out of order if they are not HeavyScript backups" + echo -e "Choose a Restore Point to Delete\nThese may be out of order if they are not HeavyScript backups" fi echo "$list_backups" echo @@ -121,7 +121,7 @@ do exit else title - echo "Choose a restore point" + echo "Choose a Restore Point" fi echo "$list_backups" echo diff --git a/functions/mount.sh b/functions/mount.sh index aabc3989..8a096579 100644 --- a/functions/mount.sh +++ b/functions/mount.sh @@ -90,6 +90,7 @@ do fi done rmdir /mnt/heavyscript + sleep 2 ;; *) echo "Invalid selection, \"$selection\" was not an option"