service- prefix removed from upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:52:58 +01:00
parent c8bd49dab9
commit 3088f3904f

View File

@@ -542,9 +542,9 @@ upgrade() {
else else
debug "$service_exec service-$NAME.json start info" debug "$service_exec $NAME.json start info"
$service_exec service-$NAME.json stop force $service_exec $NAME.json stop force
$service_exec service-$NAME.json start info & $service_exec $NAME.json start info &
fi fi
} }