fix: typo in 'pgsql-repl' infra script message

pull/5422/head
Javier Jaramago Fernández 2 months ago
parent 36348fa797
commit 35254fad8c

@ -13,7 +13,7 @@ set +e
printf "[$(date)] Waiting for PostgreSQL service to initialize"
while [ $RC -ne 0 ]; do
if [ $WAITED -gt $TIMEOUT ]; then
echo "[ERROR] Timeout of $TIMEOUT seconds reached while connecting to MySQL"
echo "[ERROR] Timeout of $TIMEOUT seconds reached while connecting to PostgreSQL"
exit 1
else
printf "."

Loading…
Cancel
Save