test
This commit is contained in:
parent
b378703709
commit
9db9c1d4be
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user