From 41f4778c7e316e0914ede93a0a5cfd84b4b9ee3f Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 30 Sep 2019 18:41:32 +0200 Subject: [PATCH] Syntax fix for update_firewall_custom.sh --- bin/v-update-firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-update-firewall b/bin/v-update-firewall index db20b1f2..817d07ef 100755 --- a/bin/v-update-firewall +++ b/bin/v-update-firewall @@ -72,7 +72,7 @@ for ip in $(ls $VESTA/data/ips); do done echo "$iptables -A INPUT -s 127.0.0.1 -j ACCEPT" >> $tmp -if [ -x "/root/update_firewall_custom.sh" ] +if [ -x "/root/update_firewall_custom.sh" ]; then /root/update_firewall_custom.sh 1 fi