2 lines
71 B
Bash
2 lines
71 B
Bash
|
#!/bin/bash
|
||
|
PG_PASSWORD=$POSTGRES_PASSWORD pg_isready -U $POSTGRES_USER
|