echo, not secho

This commit is contained in:
merith-xyz 2024-09-26 15:16:51 -07:00 committed by Merith-TK
parent 9252e5d667
commit 485cde5568

View file

@ -121,7 +121,7 @@ decho "RUNNER_FILE: ${RUNNER_FILE}"
sed -i "/^ file:/c\ file: ${RUNNER_FILE}" ${CONFIG_FILE} sed -i "/^ file:/c\ file: ${RUNNER_FILE}" ${CONFIG_FILE}
if [[ "${SKIP_WAIT}" != "true" ]]; then 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 sleep 10
fi fi