This commit is contained in:
Heavybullets8 2022-07-26 14:07:04 -06:00
parent b378703709
commit 9db9c1d4be

View File

@ -75,7 +75,7 @@ menu(){
update_selection+=("-b $up_backups") update_selection+=("-b $up_backups")
elif [[ $current_selection == 4 ]]; then elif [[ $current_selection == 4 ]]; then
read -rt 600 -p "What is the name of the application we should ignore?: " up_ignore read -rt 600 -p "What is the name of the application we should ignore?: " up_ignore
update_selection+=("-i $up_ignore") update_selection+=("-i" "$up_ignore")
elif [[ $current_selection == 5 ]]; then elif [[ $current_selection == 5 ]]; then
update_selection+=("-r") update_selection+=("-r")
elif [[ $current_selection == 6 ]]; then elif [[ $current_selection == 6 ]]; then