diff --git a/scripts/build/build_macos.sh b/scripts/build/build_macos.sh index 16c6be9a..ccb4b2f0 100755 --- a/scripts/build/build_macos.sh +++ b/scripts/build/build_macos.sh @@ -19,8 +19,8 @@ brew services start postgresql for i in $(seq 10 -1 0); do eval pg_isready && break if [ $i == 0 ]; then - echo "PostgreSQL service not ready, giving up" - exit 1 + echo "PostgreSQL service not ready, giving up" + exit 1 fi echo "PostgreSQL service not ready, waiting a bit, attempts left: $i" sleep 5