mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix comment
This commit is contained in:
parent
1cc7f73737
commit
692ceacf07
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
|
|||
sudo apt-get -y install nodejs
|
||||
sudo npm install -g yarn
|
||||
|
||||
# Create DB user
|
||||
# Create DB user mastodon
|
||||
ynh_psql_create_user_without_password "$app"
|
||||
|
||||
# Create user mastodon and set UTF8 encoding by default
|
||||
# Set UTF8 encoding by default
|
||||
sudo su -c "psql" postgres <<< \
|
||||
"update pg_database set datistemplate='false' where datname='template1';"\
|
||||
"drop database template1;"\
|
||||
|
|
Loading…
Reference in a new issue