1 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
gyurix
fe5ffd3add 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
2025-05-07 09:55:07 +02:00

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