From a6e427fe6cc791c9c8950bc38cb926ac9fbc5f16 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Wed, 18 Aug 2021 10:56:18 -0400 Subject: [PATCH] spacing --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 42dbc04..6587567 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -108,7 +108,7 @@ echo "Setting up firewall (iptables)" if [ -f "/etc/iptables/rules.v4" ]; then echo "Caution: iptables rules exist." - read -p "Would you like to Clear (C) existing iptables rules or Add (A) to existing rules (this may cause problems)? [c/a]" MISTBORN_IPTABLES_ACTION + read -p "Would you like to Clear (C) existing iptables rules or Add (A) to existing rules (this may cause problems)? [c/a] " MISTBORN_IPTABLES_ACTION echo if [[ "${MISTBORN_IPTABLES_ACTION}" =~ ^([cC])$ ]]; then