فهرست منبع

v-update-host-certificate fix: restarting vesta instead of web-backend

dpeca 8 سال پیش
والد
کامیت
fc60a99e8c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      bin/v-update-host-certificate

+ 2 - 2
bin/v-update-host-certificate

@@ -73,7 +73,7 @@ chown $exim_user:mail $VESTA/ssl/certificate.key
 
 
 # Restart exim, dovecot & vesta
 # Restart exim, dovecot & vesta
 v-restart-mail
 v-restart-mail
-v-restart-web-backend
+v-restart-service vesta
 
 
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
@@ -83,4 +83,4 @@ v-restart-web-backend
 # Logging
 # Logging
 log_event "$OK" "$ARGUMENTS"
 log_event "$OK" "$ARGUMENTS"
 
 
-exit 0;
+exit 0;