From 93ca7a50f89aff9b8f7702982c2e435570e59a96 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 22 May 2016 08:56:07 -0600 Subject: [PATCH] Update postgres.sh Add /bin/systemctl daemon-reload --- debian/resources/postgres.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/resources/postgres.sh b/debian/resources/postgres.sh index 46ea9c9..8564762 100644 --- a/debian/resources/postgres.sh +++ b/debian/resources/postgres.sh @@ -11,6 +11,7 @@ echo "Install PostgreSQL and create the database and users\n" apt-get install -y --force-yes sudo postgresql #systemd +/bin/systemctl daemon-reload /bin/systemctl restart postgresql #init.d @@ -36,4 +37,4 @@ echo "PostgreSQL" echo " Database name: fusionpbx" echo " Database username: fusionpbx" echo " Database password: $password" -echo "" \ No newline at end of file +echo ""