mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34: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
|
done
|
||||||
echo "$iptables -A INPUT -s 127.0.0.1 -j ACCEPT" >> $tmp
|
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
|
/root/update_firewall_custom.sh 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue