1
0
Fork 0
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:
nemsia 2017-04-11 11:48:49 +02:00 committed by GitHub
parent f4f12dad13
commit 2de65844e9

View file

@ -66,7 +66,7 @@ sudo apt-get -y install nodejs
sudo npm install -g yarn sudo npm install -g yarn
# Create DB user # Create DB user
ynh_psql_create_user "$app" ynh_psql_create_user_without_password "$app"
# Create user mastodon and set UTF8 encoding by default # Create user mastodon and set UTF8 encoding by default
sudo su -c "psql" postgres <<< \ sudo su -c "psql" postgres <<< \