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:
parent
21edeaf279
commit
ced6e5fda4
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ chown "$app": -R "$final_path"
|
||||||
chmod u+rw -R "$final_path"
|
chmod u+rw -R "$final_path"
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
exec_as "$app" gem install puma
|
exec_as "$app" gem install bundler puma
|
||||||
exec_as "$app" bundle install --deployment --without development test therubyracer docker
|
ynh_exec_as "$app" bundle install --deployment --without development test therubyracer docker
|
||||||
exec_as "$app" npm install
|
exec_as "$app" npm install
|
||||||
|
|
||||||
ynh_script_progression --message="Provisioning assets..." --weight=1
|
ynh_script_progression --message="Provisioning assets..." --weight=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue