Fix heavybugs

This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-27 16:27:44 +01:00
parent c68322c9a5
commit 5e675ab7ae
3 changed files with 13 additions and 0 deletions

View File

@ -98,6 +98,7 @@ do
read -rt 120 -p "Delete more backups? (y/N): " yesno || { echo -e "\nFailed to make a selection in time" ; exit; }
case $yesno in
[Yy] | [Yy][Ee][Ss])
deleteBackup
break
;;
[Nn] | [Nn][Oo])