Same way of parameters everywhere.

pull/2167/head
Piotr Rogoża 2022-10-02 21:09:05 +02:00
parent 886250d06d
commit 2b31e12a38
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function postgres_status {
function is_postgres_running {
$POSTGRES_BIN/pg_ctl -D $PGDATA status | grep -Eo "no server running"
$POSTGRES_BIN/pg_ctl -D $PGDATA status | grep -E -o "no server running"
}