mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix db user creation
This commit is contained in:
parent
f4f12dad13
commit
2de65844e9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ sudo apt-get -y install nodejs
|
|||
sudo npm install -g yarn
|
||||
|
||||
# Create DB user
|
||||
ynh_psql_create_user "$app"
|
||||
ynh_psql_create_user_without_password "$app"
|
||||
|
||||
# Create user mastodon and set UTF8 encoding by default
|
||||
sudo su -c "psql" postgres <<< \
|
||||
|
|
Loading…
Reference in a new issue