diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 88bd8666..0d2a797f 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -88,7 +88,7 @@ fi if [ -n "${RUNNER_REGISTRATION_ONLY}" ]; then echo - echo "This runner is configured to be registration-only. Existing without starting the runner service..." + echo "This runner is configured to be registration-only. Exiting without starting the runner service..." exit 0 fi