From 48318380f98f4864dfd31c723ac17d080217ab0c Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Tue, 31 Mar 2026 13:41:35 -0700 Subject: [PATCH] Bugfix --- launch-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-cluster.sh b/launch-cluster.sh index 30b1e8b..ddfa01c 100755 --- a/launch-cluster.sh +++ b/launch-cluster.sh @@ -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