service- prefix removed from upgrade
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -542,9 +542,9 @@ upgrade() {
|
||||
|
||||
else
|
||||
|
||||
debug "$service_exec service-$NAME.json start info"
|
||||
$service_exec service-$NAME.json stop force
|
||||
$service_exec service-$NAME.json start info &
|
||||
debug "$service_exec $NAME.json start info"
|
||||
$service_exec $NAME.json stop force
|
||||
$service_exec $NAME.json start info &
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user