fix: ampersand with no quotes truncates echo output (#421)
authorMassimo Gorla <massimo.gorla@gmail.com>
Tue, 19 Feb 2019 20:53:28 +0000 (21:53 +0100)
committerSam <sam.saffron@gmail.com>
Tue, 19 Feb 2019 20:53:28 +0000 (07:53 +1100)
templates/postgres.template.yml

index 3214e7cd409896a9c52112a1e3867dffe11354ec..681551cfeb704626930a82fba4ccebea58e992bc 100644 (file)
@@ -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