diff --git a/bin/v-add-sys-ip b/bin/v-add-sys-ip index 0dd172987..07fe7568d 100755 --- a/bin/v-add-sys-ip +++ b/bin/v-add-sys-ip @@ -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 diff --git a/bin/v-delete-sys-ip b/bin/v-delete-sys-ip index ba0297887..e9186fc7d 100755 --- a/bin/v-delete-sys-ip +++ b/bin/v-delete-sys-ip @@ -136,7 +136,7 @@ if [ ! -z "$PROXY_SYSTEM" ]; then fi # Restarting firewall -if [ ! -z "$FIREWALL_SYSTEM" ]; +if [ ! -z "$FIREWALL_SYSTEM" ]; then $BIN/v-update-firewall fi diff --git a/bin/v-update-sys-ip b/bin/v-update-sys-ip index 28bf2e5c5..5f60be8b3 100755 --- a/bin/v-update-sys-ip +++ b/bin/v-update-sys-ip @@ -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 diff --git a/web/templates/admin/list_ip.html b/web/templates/admin/list_ip.html index 92dd74423..6f1406239 100644 --- a/web/templates/admin/list_ip.html +++ b/web/templates/admin/list_ip.html @@ -70,7 +70,7 @@ =__('delete')?>