From 5a3cc25ffd9f6ee71ff7148921319f1b99670ac7 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 20 May 2016 14:57:27 +1000 Subject: [PATCH] we need a rebuild at the end --- templates/new.postgres.template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/new.postgres.template.yml b/templates/new.postgres.template.yml index 49df845..9eaaa4a 100644 --- a/templates/new.postgres.template.yml +++ b/templates/new.postgres.template.yml @@ -104,7 +104,8 @@ run: echo Run: "sudo -iu postgres dropdb discourse" echo Run: "sudo -iu postgres createdb discourse" echo Run: "sudo -iu postgres psql discourse < backup.db" - echo Run: "sv start unicorn" + echo Run: "exit" + echo Run: "./launcher rebuild app" exit 1 fi -- 2.25.1