diff options
Diffstat (limited to 'main/postgresql/postgresql.initd')
-rw-r--r-- | main/postgresql/postgresql.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 6771c85045..2ca8420e10 100644 --- a/main/postgresql/postgresql.initd +++ b/main/postgresql/postgresql.initd @@ -65,7 +65,7 @@ start() { -- \ start -s -w -t ${START_TIMEOUT:-10} \ -l ${PGDATA}/postmaster.log \ - -D ${PGDATA} -o "--data-directory=${PGDATA} $PGOPTS" + -D ${PGDATA} -o "$PGOPTS" retval=$? if [ $retval -ne 0 ] ; then |