From 7d437d97b167651556a8858a11fa5fdd285de878 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 21 Mar 2019 13:36:26 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 62c5dae..11422b6 100644 --- a/scripts/install +++ b/scripts/install @@ -159,7 +159,7 @@ ynh_print_info "Compile Redmine..." pushd $final_path bundle install --without development test rmagick key=$(RAILS_ENV=production bin/rake secret) -RAILS_ENV=production bin/rake secret +RAILS_ENV=production bin/rake generate_secret_token #ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml" RAILS_ENV=production bin/rake db:migrate popd