chore: typo in healthcheck message.
This commit is contained in:
committed by
GitHub
parent
f52276e5aa
commit
6fa0e97373
@@ -5,7 +5,7 @@ HOST=${HEALTH_CHECK_HOST}
|
|||||||
|
|
||||||
if [[ -z "$HOST" ]]
|
if [[ -z "$HOST" ]]
|
||||||
then
|
then
|
||||||
echo "Host not set! Set env 'HEATH_CHECK_HOST'. For now, using default google.com"
|
echo "Host not set! Set env 'HEALTH_CHECK_HOST'. For now, using default google.com"
|
||||||
HOST="google.com"
|
HOST="google.com"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -18,4 +18,4 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Network is up"
|
echo "Network is up"
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user