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-03 00:26:28 +02:00
parent 54245fb92b
commit 33f06bae52
2 changed files with 2 additions and 3 deletions

View file

@ -11,7 +11,6 @@ export pkg_dependencies="zlib1g-dev build-essential libssl-dev libreadline-dev l
# PERSONAL HELPERS
#=================================================
exec_as() {
ynh_print_info "exec_as $*"
local USER=$1
shift 1

View file

@ -181,8 +181,8 @@ chown "$app": -R "$final_path"
chmod u+rw -R "$final_path"
pushd "$final_path"
exec_as "$app" gem install bundler puma
ynh_exec_as "$app" $_homedir/.rbenv/shims/bundle install --deployment --without development test therubyracer docker
exec_as "$app" gem install bundler puma --force
ynh_exec_as "$app" bundle install --deployment --without development test therubyracer docker
exec_as "$app" npm install
ynh_script_progression --message="Provisioning assets..." --weight=1