@@ -101,7 +101,7 @@ if [ "$update" = 'yes' ] && [ "$restart" != 'no' ]; then
fi
- $BIN/v-restart-service $service $restart > /dev/null 2>&1
+ $BIN/v-restart-service $service > /dev/null 2>&1
if [ $? -ne 0 ]; then
for config in $dst; do
@@ -49,7 +49,7 @@ if [ -z "$WEB_SYSTEM" ] || [ "$WEB_SYSTEM" = 'remote' ]; then
exit
-$BIN/v-restart-service $WEB_SYSTEM $restart > /dev/null 2>&1
+$BIN/v-restart-service $WEB_SYSTEM > /dev/null 2>&1
send_email_report