test
This commit is contained in:
parent
5a325d210a
commit
987bc9812c
@ -22,15 +22,12 @@ menu(){
|
||||
;;
|
||||
1)
|
||||
help="true"
|
||||
exit
|
||||
;;
|
||||
2)
|
||||
dns="true"
|
||||
exit
|
||||
;;
|
||||
3)
|
||||
mount="true"
|
||||
exit
|
||||
;;
|
||||
4)
|
||||
read -rt 600 -p "Please type the max number of backups to keep: " number_of_backups
|
||||
@ -42,15 +39,12 @@ menu(){
|
||||
;;
|
||||
5)
|
||||
restore="true"
|
||||
exit
|
||||
;;
|
||||
6)
|
||||
deleteBackup="true"
|
||||
exit
|
||||
;;
|
||||
7)
|
||||
self_update="true"
|
||||
exit
|
||||
;;
|
||||
8)
|
||||
script=$(readlink -f "$0")
|
||||
|
Loading…
Reference in New Issue
Block a user