From f3e66e9327e4686fe40ce49c4ce6c8905dcdd116 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 8 Aug 2022 22:18:37 -0600 Subject: [PATCH] remove exits --- functions/menu.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions/menu.sh b/functions/menu.sh index 9ac93713..79993400 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -22,15 +22,12 @@ case $selection in ;; 1) help - exit ;; 2) dns - exit ;; 3) mount - exit ;; 4) read -rt 120 -p "What is the maximun number of backups you would like?: " number_of_backups || echo "Failed to make a selection" @@ -38,11 +35,9 @@ case $selection in ;; 5) restore - exit ;; 6) deleteBackup - exit ;; 7) self_update