syntax fix for ip management

This commit is contained in:
Serghey Rodin 2015-05-31 10:02:28 +03:00
commit 18da1cf1b9
4 changed files with 4 additions and 4 deletions

View file

@ -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