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

@ -75,7 +75,7 @@ if [ ! -z "$vst_ip_list" ] && [ "$vst_ip_num" -eq '1' ]; then
fi
# Restarting firewall
if [ ! -z "$FIREWALL_SYSTEM" ];
if [ ! -z "$FIREWALL_SYSTEM" ]; then
$BIN/v-update-firewall
fi