From 33f06bae525a7dc52e4820211b4b73be0dc25951 Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Thu, 3 Oct 2019 00:26:28 +0200 Subject: [PATCH] hotfix typo bundle --- scripts/_common.sh | 1 - scripts/install | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8267c04..600dc53 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 diff --git a/scripts/install b/scripts/install index 334f15f..a3fe42c 100755 --- a/scripts/install +++ b/scripts/install @@ -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