1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

hotfix typo bundle

This commit is contained in:
Moutonjr Geoff 2019-10-02 23:13:47 +02:00
parent 40d1e9b8a5
commit 21edeaf279

View file

@ -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