From 4e837438452f708a4d7c326d9350bdfe13a074cd Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 25 Oct 2017 21:22:35 +0200 Subject: [PATCH] Fix install on v2 add "SAFETY_ASSURED=1" on .env.production --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 7be59db..f3ac754 100644 --- a/scripts/install +++ b/scripts/install @@ -168,6 +168,7 @@ sudo sed -i "s@#SMTP_OPENSSL_VERIFY_MODE=peer@SMTP_OPENSSL_VERIFY_MODE=none@g" " # Preconfig CSS & JS sudo su - $app <> .env.production RAILS_ENV=production bin/bundle exec rails db:setup RAILS_ENV=production bin/bundle exec rails --trace assets:precompile CCOMMANDS