quotation
This commit is contained in:
parent
8a2fd2a976
commit
c44e09e300
@ -78,7 +78,7 @@ menu(){
|
|||||||
echo "0 was not an option.. exiting"
|
echo "0 was not an option.. exiting"
|
||||||
exit
|
exit
|
||||||
elif ! [[ $up_async =~ ^[0-9]+$ ]]; then
|
elif ! [[ $up_async =~ ^[0-9]+$ ]]; then
|
||||||
echo "Error: $up_async is invalid, it needs to be an integer"
|
echo "Error: \"$up_async\" is invalid, it needs to be an integer"
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
update_selection+=("-u" "$up_async")
|
update_selection+=("-u" "$up_async")
|
||||||
|
Loading…
Reference in New Issue
Block a user