diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-10 11:05:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-10 11:05:16 +0200 |
| commit | 64e013a56708149e97f1731a36b3cdc2dd246427 (patch) | |
| tree | d468b6796941eeb9c6f9ea93fa55495001812a27 | |
| parent | d81564718cac221ab1243dc6a28c3245b8bdafde (diff) | |
| download | mastodon_ynh-64e013a56708149e97f1731a36b3cdc2dd246427.tar.gz mastodon_ynh-64e013a56708149e97f1731a36b3cdc2dd246427.tar.bz2 mastodon_ynh-64e013a56708149e97f1731a36b3cdc2dd246427.zip | |
Add Postgresql Restart
Add Postgresql Restart before database creation
| -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 |
