This commit is contained in:
Heavybullets8 2022-07-26 18:19:01 -06:00
parent 5a325d210a
commit 987bc9812c

View File

@ -22,15 +22,12 @@ menu(){
;; ;;
1) 1)
help="true" help="true"
exit
;; ;;
2) 2)
dns="true" dns="true"
exit
;; ;;
3) 3)
mount="true" mount="true"
exit
;; ;;
4) 4)
read -rt 600 -p "Please type the max number of backups to keep: " number_of_backups read -rt 600 -p "Please type the max number of backups to keep: " number_of_backups
@ -42,15 +39,12 @@ menu(){
;; ;;
5) 5)
restore="true" restore="true"
exit
;; ;;
6) 6)
deleteBackup="true" deleteBackup="true"
exit
;; ;;
7) 7)
self_update="true" self_update="true"
exit
;; ;;
8) 8)
script=$(readlink -f "$0") script=$(readlink -f "$0")