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:
parent
7529cf6210
commit
941ed7b71c
1 changed files with 0 additions and 2 deletions
|
@ -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';"
|
||||
|
|
Loading…
Reference in a new issue