فهرست منبع

Update v-restart-web and v-change-sys-service-config

Kristan Kenney 6 سال پیش
والد
کامیت
e971eebf60
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      bin/v-change-sys-service-config
  2. 1 1
      bin/v-restart-web

+ 1 - 1
bin/v-change-sys-service-config

@@ -101,7 +101,7 @@ if [ "$update" = 'yes' ] && [ "$restart" != 'no' ]; then
         fi
     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

+ 1 - 1
bin/v-restart-web

@@ -49,7 +49,7 @@ if [ -z "$WEB_SYSTEM" ] || [ "$WEB_SYSTEM" = 'remote' ]; then
     exit
 fi
 
-$BIN/v-restart-service $WEB_SYSTEM $restart > /dev/null 2>&1
+$BIN/v-restart-service $WEB_SYSTEM > /dev/null 2>&1
 
 if [ $? -ne 0 ]; then
     send_email_report