From 22afcc5081cc91a43db8351149755dbd4208bb74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 23 Oct 2008 20:52:44 +0000 Subject: [PATCH] - unbreak Changed files: postgresql.init -> 1.78 --- postgresql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.init b/postgresql.init index 82dab53..da736cc 100644 --- a/postgresql.init +++ b/postgresql.init @@ -92,7 +92,7 @@ pgstatus() { # $1 - db cluster # pgstart() { - is_no $RC_LOGGING && fork=--fork + is_no "$RC_LOGGING" && fork=--fork msg_starting "PostgreSQL $1" daemon $fork --user postgres /usr/bin/pg_ctl -s -w -D $1 start } -- 2.44.0