Browse Source

Do not a force restart but only a reload (#3231)

Jaap Marcus 3 years ago
parent
commit
ef7e26ddbd
1 changed files with 4 additions and 5 deletions
  1. 4 5
      bin/v-update-letsencrypt-ssl

+ 4 - 5
bin/v-update-letsencrypt-ssl

@@ -159,18 +159,17 @@ for user in $($BIN/v-list-sys-users plain); do
 done
 
 # Restart related services
-$BIN/v-restart-web yes
-$BIN/v-restart-mail yes
+$BIN/v-restart-web
+$BIN/v-restart-mail
 
 if [ -n "$PROXY_SYSTEM" ]; then
-	$BIN/v-restart-proxy yes
+	$BIN/v-restart-proxy
 fi
 
 #----------------------------------------------------------#
 #                        Hestia                            #
 #----------------------------------------------------------#
 
-# No Logging
-#log_event "$OK" "$EVENT"
+log_event "$OK" "$EVENT"
 
 exit