one missing space can mess up the whole program...

dialog
amy 3 years ago
parent dae7f11504
commit 36c59c9d17

@ -460,7 +460,7 @@ fi
prompt "Would you like to add more packages? (Y/n)"
MP="$response"
if [["$MP" != "n" ]]; then
if [[ "$MP" != "n" ]]; then
prompt "Would you like to use a URL to a package list? (Y/n)"
OL="$response"
if [["$OL" == "n" ]]; then

Loading…
Cancel
Save