aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installing/manual_install.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index d6601aa76..394ca7b29 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -259,6 +259,7 @@ We'll create a template for our Alaveteli databases:
sudo -u postgres createdb -T template0 -E UTF-8 template_utf8
echo "update pg_database set datistemplate=true where datname='template_utf8';" > /tmp/update-template.sql
sudo -u postgres psql -f /tmp/update-template.sql
+ rm /tmp/update-template.sql
Then create the databases: