1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Remove unneeded comment

This commit is contained in:
nemsia 2017-05-07 00:25:15 +02:00 committed by GitHub
parent 7529cf6210
commit 941ed7b71c

View file

@ -106,8 +106,6 @@ sudo chown -R $app: "$final_path"
sudo ls -alh "$final_path"
# Change directory for create user & database postgresql
# Set UTF8 encoding by default
sudo su -c "psql" postgres <<< \
"update pg_database set datistemplate='false' where datname='template1';"