From 3fb2b81bd6bef83b169f3918ace4234f7d6d3923 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 8 Dec 2021 11:14:48 +0100 Subject: Fix --- scripts/restore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/restore') diff --git a/scripts/restore b/scripts/restore index 68ff2b0..a80637c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -101,8 +101,8 @@ ynh_restore_file --origin_path="/etc/cron.d/$app" #================================================= ynh_script_progression --message="Reinstalling dependencies..." -ynh_install_app_dependencies $pkg_dependencies -ynh_install_nodejs --nodejs_version=$NODEJS_VERSION +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$NODEJS_VERSION ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" ynh_install_ruby --ruby_version=$RUBY_VERSION @@ -113,8 +113,8 @@ ynh_script_progression --message="Installing Ruby..." pushd "$final_path/live" ynh_use_ruby - ynh_gem update --system - ynh_gem install bundler --no-document + ynh_exec_warn_less ynh_gem update --system + ynh_exec_warn_less ynh_gem install bundler --no-document popd #================================================= -- cgit v1.2.3-70-g09d2