mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Add Postgresql Restart
Add Postgresql Restart before database creation
This commit is contained in:
parent
d81564718c
commit
64e013a567
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ sudo apt-get -y install nodejs
|
||||||
sudo npm install -g yarn
|
sudo npm install -g yarn
|
||||||
|
|
||||||
## Install postgresql database
|
## Install postgresql database
|
||||||
|
sudo systemctl restart postgresql
|
||||||
dbname=$app
|
dbname=$app
|
||||||
dbuser=$app
|
dbuser=$app
|
||||||
# Generate random password
|
# Generate random password
|
||||||
|
|
Loading…
Reference in a new issue