|
@@ -82,7 +82,7 @@ fi
|
|
|
$BIN/v-restart-web $restart
|
|
$BIN/v-restart-web $restart
|
|
|
check_result $? "Web restart failed" >/dev/null
|
|
check_result $? "Web restart failed" >/dev/null
|
|
|
|
|
|
|
|
-if [ -z "$mail"]; then
|
|
|
|
|
|
|
+if [ -z "$mail" ]; then
|
|
|
# Restarting proxy
|
|
# Restarting proxy
|
|
|
if [ ! -z "$PROXY_SYSTEM" ]; then
|
|
if [ ! -z "$PROXY_SYSTEM" ]; then
|
|
|
$BIN/v-restart-web $restart >/dev/null
|
|
$BIN/v-restart-web $restart >/dev/null
|