Browse Source

spacing

merge-requests/95/head
Steven Foerster 4 years ago
parent
commit
a6e427fe6c
  1. 2
      scripts/install.sh

2
scripts/install.sh

@ -108,7 +108,7 @@ echo "Setting up firewall (iptables)"
if [ -f "/etc/iptables/rules.v4" ]; then if [ -f "/etc/iptables/rules.v4" ]; then
echo "Caution: iptables rules exist." 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 echo
if [[ "${MISTBORN_IPTABLES_ACTION}" =~ ^([cC])$ ]]; then if [[ "${MISTBORN_IPTABLES_ACTION}" =~ ^([cC])$ ]]; then

Loading…
Cancel
Save