remove exits
This commit is contained in:
parent
bd2e381bb8
commit
f3e66e9327
@ -22,15 +22,12 @@ case $selection in
|
|||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
help
|
help
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
dns
|
dns
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
mount
|
mount
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
read -rt 120 -p "What is the maximun number of backups you would like?: " number_of_backups || echo "Failed to make a selection"
|
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)
|
5)
|
||||||
restore
|
restore
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
deleteBackup
|
deleteBackup
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
7)
|
7)
|
||||||
self_update
|
self_update
|
||||||
|
Loading…
Reference in New Issue
Block a user