diff options
| -rw-r--r-- | scripts/install | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
