aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-05-07 00:25:15 +0200
committerGitHub <noreply@github.com>2017-05-07 00:25:15 +0200
commit941ed7b71c2852f9e4ab0eacc1023c2b9bd0481a (patch)
tree7a6cf2e12b43d4c04ffbe17852e2d1e3e543c22b
parent7529cf6210d384cfeb9310e9ca04c8c677ab35ec (diff)
downloadmastodon_ynh-941ed7b71c2852f9e4ab0eacc1023c2b9bd0481a.tar.gz
mastodon_ynh-941ed7b71c2852f9e4ab0eacc1023c2b9bd0481a.tar.bz2
mastodon_ynh-941ed7b71c2852f9e4ab0eacc1023c2b9bd0481a.zip
Remove unneeded comment
-rw-r--r--scripts/restore2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore
index d9b7e9e..10b4a19 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -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';"