Merge pull request #45 from ONLYOFFICE/feature/mount-var-lib

debug
This commit is contained in:
Alexey Golubev 2017-04-25 14:30:50 +03:00 committed by GitHub
commit 452b31f235

@ -266,6 +266,7 @@ for i in ${LOCAL_SERVICES[@]}; do
done done
if [ ${PG_NEW_CLUSTER} = "true" ]; then if [ ${PG_NEW_CLUSTER} = "true" ]; then
create_postgresql_db
create_postgresql_tbl create_postgresql_tbl
fi fi