mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Syntax fix for update_firewall_custom.sh
This commit is contained in:
parent
f477c75418
commit
41f4778c7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue