Bug fixes

This commit is contained in:
Eugene Rakhmatulin
2026-03-31 16:20:23 -07:00
parent a467a7a0bd
commit 15a04ada32

View File

@@ -368,7 +368,7 @@ if [[ -n "$LAUNCH_SCRIPT_PATH" ]]; then
LAUNCH_SCRIPT_MODE="true"
# If launch script is specified, default action to exec unless explicitly set to stop/status
if [[ "$ACTION" == "start" ]]; then
if [[ -z "$ACTION" || "$ACTION" == "start" ]]; then
ACTION="exec"
fi
fi