|
|
@@ -804,20 +804,20 @@ upgrade_restart_services() {
|
|
|
if [ "$DEBUG_MODE" = "true" ]; then
|
|
|
echo " - $FIREWALL_EXTENSION"
|
|
|
fi
|
|
|
- $BIN/v-restart-service $FIREWALL_EXTENSION yes
|
|
|
+ $BIN/v-restart-service $FIREWALL_EXTENSION
|
|
|
fi
|
|
|
# Restart SSH daemon service
|
|
|
if [ "$DEBUG_MODE" = "true" ]; then
|
|
|
echo " - sshd"
|
|
|
fi
|
|
|
- $BIN/v-restart-service ssh $restart
|
|
|
+ $BIN/v-restart-service ssh
|
|
|
fi
|
|
|
|
|
|
# Always restart the Hestia Control Panel service
|
|
|
if [ "$DEBUG_MODE" = "true" ]; then
|
|
|
echo " - hestia"
|
|
|
fi
|
|
|
- $BIN/v-restart-service hestia $restart
|
|
|
+ $BIN/v-restart-service hestia
|
|
|
}
|
|
|
|
|
|
upgrade_perform_cleanup() {
|