From: Massimo Gorla <massimo.gorla@gmail.com>
Date: Tue, 19 Feb 2019 20:53:28 +0000 (+0100)
Subject: fix: ampersand with no quotes truncates echo output (#421)
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a36ffebd8d31f79dc4dff4882abe797514bdd478;p=discourse_docker.git

fix: ampersand with no quotes truncates echo output (#421)
---

diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml
index 3214e7c..681551c 100644
--- 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