From d594162efc040e38834a6ac6a6b126bf38ccf806 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Tue, 16 Mar 2021 10:03:48 +0100 Subject: [PATCH] Don't install unexisting dependencies --- scripts/restore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/restore b/scripts/restore index 0bbb02b..8f1ed88 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,14 +89,6 @@ ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" #================================================= # SPECIFIC RESTORATION -#================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Reinstalling dependencies..." --time --weight=1 - -# Define and install dependencies -ynh_install_app_dependencies $pkg_dependencies - #================================================= # RESTORE THE MYSQL DATABASE #=================================================