diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 0b0a4f6..4741676 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -630,7 +630,7 @@ fi; VOL=$(check_volumes) if [ "$VOL" != "1" ]; then if [ "$DEBUG_MODE" == "true" ]; then - DOCKER_START="--entrypoint=sh "$DOCKER_REGISTRY_URL"/"$FRAMEWORK_SCHEDULER_IMAGE":"$FRAMEWORK_SCHEDULER_VERSION" -c 'sleep 86400'""; + DOCKER_START="--entrypoint=sh "$DOCKER_REGISTRY_URL"/"$FRAMEWORK_SCHEDULER_IMAGE":"$FRAMEWORK_SCHEDULER_VERSION" -c 'sleep 86400'"; else DOCKER_START="$DOCKER_REGISTRY_URL"/"$FRAMEWORK_SCHEDULER_IMAGE":"$FRAMEWORK_SCHEDULER_VERSION"; fi