aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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';"