⚗️ Chore: Improve logging message and test actions

This commit is contained in:
James Musselman 2024-07-02 14:21:36 -05:00
parent 25f759e407
commit 270fed9c0c
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -10,5 +10,5 @@ until nc -z -v -w1 "$host" "$port"; do
sleep 5 sleep 5
done done
>&2 echo "PostgreSQL is up - executing command" >&2 echo "PostgreSQL is up - executing startup sequence"
exec $cmd exec $cmd