diff --git a/entrypoint.sh b/entrypoint.sh index ed17b19..60622c4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -121,7 +121,7 @@ decho "RUNNER_FILE: ${RUNNER_FILE}" sed -i "/^ file:/c\ file: ${RUNNER_FILE}" ${CONFIG_FILE} if [[ "${SKIP_WAIT}" != "true" ]]; then - secho "Waiting 10s to allow other services to start up..." + echo "Waiting 10s to allow other services to start up..." sleep 10 fi