From f321cb7703b935a82d8dfa84ebe28279f10be38a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 19 May 2022 23:15:00 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 60c3fd9..68375d1 100644 --- a/scripts/install +++ b/scripts/install @@ -232,9 +232,8 @@ fi ynh_script_progression --message="Preparing the database..." rake_exec="exec_login_as $app RAILS_ENV=production bin/rake" -ynh_exec_warn_less $rake_exec db:create -ynh_exec_warn_less $rake_exec db:migrate -ynh_exec_warn_less $rake_exec assets:precompile +$rake_exec db:migrate --trace +$rake_exec assets:precompile --trace #================================================= # POPULATE THE DATABASE