Same way of parameters everywhere.
parent
886250d06d
commit
2b31e12a38
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue