From 21edeaf279a5cd10540b83e02ef36bb8e954cf6a Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Wed, 2 Oct 2019 23:13:47 +0200 Subject: [PATCH] hotfix typo bundle --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index d1b8588..06be34e 100755 --- a/scripts/install +++ b/scripts/install @@ -177,6 +177,9 @@ ynh_script_progression --message="Compiling OpenProject with NPM and RUBYGems... exec_as "$app" gem update --system +chown "$app": -R "$final_path" +chmod u+rw -R "$final_path" + pushd "$final_path" exec_as "$app" gem install puma exec_as "$app" bundle install --deployment --without development test therubyracer docker