From 6719e3ca25cdc3f305dea869604f67e3d95202db Mon Sep 17 00:00:00 2001 From: godot Date: Sat, 20 Jul 2024 08:56:12 +0200 Subject: [PATCH] bug catching --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index db066f8..6dfe5ae 100755 --- a/script.sh +++ b/script.sh @@ -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