S72postgresql: minor improvement

This commit is contained in:
Calin Crisan 2019-02-02 18:26:05 +02:00
parent ee443c11d2
commit e8253ae91f

View File

@ -35,7 +35,7 @@ start() {
run_pg_ctl initdb -s -D ${DB_DIR} &>> ${LOG}
test $? == 0 && msg_done || msg_fail
echo "include_if_exists = '/data/etc/postgresql.conf'" >> ${DB_DIR}/postgresql.conf
echo "include_if_exists = '${CONF}'" >> ${DB_DIR}/postgresql.conf
fi
msg_begin "Starting postgresql"