From f9ff5dce170bcea3780e8332b234f879cf8d239b Mon Sep 17 00:00:00 2001 From: merith-xyz Date: Thu, 26 Sep 2024 15:16:51 -0700 Subject: [PATCH] echo, not secho --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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