Fix service execution commands in entrypoint script for web-installer
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
gyurix
2025-05-07 09:55:07 +02:00
parent bc87393fba
commit fe5ffd3add

View File

@@ -550,9 +550,9 @@ upgrade() {
if [ "$NAME" == "web-installer" ]; then
debug "$service_exec service-framework-scheduler.containers.webserver start info"
$service_exec service-framework-scheduler.containers.webserver stop force
$service_exec service-framework-scheduler.containers.webserver start info &
debug "$service_exec service-framework.containers.webserver start info"
$service_exec service-framework.containers.webserver stop force
$service_exec service-framework.containers.webserver start info &
else