echo, not secho
This commit is contained in:
parent
ea96696f10
commit
f9ff5dce17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue