projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77ca5a
)
fix: ampersand with no quotes truncates echo output (#421)
author
Massimo Gorla
<massimo.gorla@gmail.com>
Tue, 19 Feb 2019 20:53:28 +0000
(21:53 +0100)
committer
Sam
<sam.saffron@gmail.com>
Tue, 19 Feb 2019 20:53:28 +0000
(07:53 +1100)
templates/postgres.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/postgres.template.yml
b/templates/postgres.template.yml
index 3214e7cd409896a9c52112a1e3867dffe11354ec..681551cfeb704626930a82fba4ccebea58e992bc 100644
(file)
--- a/
templates/postgres.template.yml
+++ b/
templates/postgres.template.yml
@@
-103,7
+103,7
@@
run:
echo
echo When your instance is running:
echo Run "./launcher enter app"
- echo
Run apt-get remove postgresql-client-9.5 && apt-get instatll postgresql-client-10
+ echo
"Run apt-get remove postgresql-client-9.5 && apt-get install postgresql-client-10"
echo Run "cd /shared/postgres_backup && sudo -u postgres pg_dump discourse > backup.db"
echo