Fixed indentation
This commit is contained in:
parent
cb755a47bc
commit
45942dfa7f
2
boot.sh
2
boot.sh
@ -12,7 +12,7 @@ done
|
|||||||
if [ $attempt -gt $max_attempts ]; then
|
if [ $attempt -gt $max_attempts ]; then
|
||||||
echo -e "\nDatabase not reachable. Maximum attempts exceeded."
|
echo -e "\nDatabase not reachable. Maximum attempts exceeded."
|
||||||
echo "Please check logs above - misconfiguration is very likely."
|
echo "Please check logs above - misconfiguration is very likely."
|
||||||
echo "Make sure the DB container is up and POSTGRES_HOST is set properly."
|
echo "Make sure the DB container is up and POSTGRES_HOST is set properly."
|
||||||
echo "Shutting down container."
|
echo "Shutting down container."
|
||||||
exit 1 # exit with error to make the container stop
|
exit 1 # exit with error to make the container stop
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user