bug catching
This commit is contained in:
parent
c9ddec4703
commit
6719e3ca25
@ -187,7 +187,7 @@ if [[ "$ansFirewallSetup" =~ ("Y"|"y") || -z "$ansFirewallSetup" ]]; then
|
||||
iptables -L ### Good place to paste a manual check to not lock yourself out
|
||||
|
||||
printf "\n Does it looks right? [Y/n]: "
|
||||
read ansFirew`allOK
|
||||
read ansFirewallOK
|
||||
|
||||
if [[ "$ansFirewallOK" =~ ("Y"|"y") || -z "$ansFirewallOK" ]]; then
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user