This commit is contained in:
Eugene Rakhmatulin
2026-03-31 13:41:35 -07:00
parent 287d3c72e5
commit 48318380f9

View File

@@ -511,7 +511,7 @@ if [[ "$ACTION" == "start" || "$ACTION" == "exec" || "$CHECK_CONFIG" == "true" ]
fi
fi
if [[ -z "$ACTION" && "$LAUNCH_SCRIPT_MODE" != "true" ]]; then
if [[ -z "$ACTION" && "$LAUNCH_SCRIPT_MODE" != "true" && "$CHECK_CONFIG" != "true" ]]; then
echo "Error: No action specified. Use: start | stop | status | exec"
usage
exit 1