fix: manage.sh restart — exec bash $0 so script path resolves correctly
This commit is contained in:
parent
ab764cb8f6
commit
732564ae5e
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ case "$CMD" in
|
|||
kill -0 "$pid" 2>/dev/null && kill -9 "$pid" 2>/dev/null || true
|
||||
rm -f "$PID_FILE" "$PORT_FILE"
|
||||
fi
|
||||
exec "$0" start
|
||||
exec bash "$0" start
|
||||
;;
|
||||
|
||||
status)
|
||||
|
|
|
|||
Loading…
Reference in a new issue