diff --git a/boot.sh b/boot.sh index 9e081d5b..187e4c95 100644 --- a/boot.sh +++ b/boot.sh @@ -12,7 +12,7 @@ done if [ $attempt -gt $max_attempts ]; then echo -e "\nDatabase not reachable. Maximum attempts exceeded." 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." exit 1 # exit with error to make the container stop fi