mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
syntax fix for ip management
This commit is contained in:
parent
60f9f276b8
commit
18da1cf1b9
4 changed files with 4 additions and 4 deletions
|
@ -174,7 +174,7 @@ if [ ! -z "$PROXY_SYSTEM" ]; then
|
|||
fi
|
||||
|
||||
# Restarting firewall
|
||||
if [ ! -z "$FIREWALL_SYSTEM" ];
|
||||
if [ ! -z "$FIREWALL_SYSTEM" ]; then
|
||||
$BIN/v-update-firewall
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue