echo, not secho

This commit is contained in:
merith-xyz 2024-09-26 15:16:51 -07:00
parent ea96696f10
commit f9ff5dce17

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