From 00b316d70e165d54f984fe0a3b7b938156163392 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 12 May 2021 12:58:44 +0200 Subject: [PATCH] Update restore --- scripts/restore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/restore b/scripts/restore index 4cda4b4..998691a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -85,16 +85,6 @@ ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" # Recreate a dedicated php-fpm config ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencies" -#================================================= -# SPECIFIC RESTORATION -#================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Reinstalling dependencies..." --weight=2 - -# Define and install dependencies -ynh_install_app_dependencies $pkg_dependencies - #================================================= # RESTORE THE MYSQL DATABASE #=================================================