diff --git a/bin/v-update-firewall b/bin/v-update-firewall index db20b1f2e..817d07efb 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