From 047dbcf208fee3486ccd451c21929c9bdff9c3ff Mon Sep 17 00:00:00 2001 From: anmol Date: Wed, 9 Jan 2019 16:11:49 +0530 Subject: [PATCH] Fix --- scripts/install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0789620..ab44f3a 100644 --- a/scripts/install +++ b/scripts/install @@ -211,9 +211,11 @@ chown -R "$app": "$final_path" ( cd "$final_path/live" su mastodon <> .env.production RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet RAILS_ENV=production $final_path/live/bin/bundle exec rails assets:precompile --quiet