From 64e013a56708149e97f1731a36b3cdc2dd246427 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 10 Apr 2017 11:05:16 +0200 Subject: [PATCH] Add Postgresql Restart Add Postgresql Restart before database creation --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index d7e5f5f..805560a 100644 --- a/scripts/install +++ b/scripts/install @@ -67,6 +67,7 @@ sudo apt-get -y install nodejs sudo npm install -g yarn ## Install postgresql database +sudo systemctl restart postgresql dbname=$app dbuser=$app # Generate random password