From 5374d64ed6421916c845dfb6cc8b967ac4e9ed98 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Fri, 4 Nov 2022 01:31:33 +0100 Subject: [PATCH] Update restore --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cd43b99..ecbc2ad 100644 --- a/scripts/restore +++ b/scripts/restore @@ -99,10 +99,10 @@ ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" #================================================= # REINSTALL DEPENDENCIES #================================================= -ynh_script_progression --message="Reinstalling dependencies..." --weight=1 +#ynh_script_progression --message="Reinstalling dependencies..." --weight=1 # Define and install dependencies -# ynh_install_app_dependencies $pkg_dependencies +#ynh_install_app_dependencies $pkg_dependencies #================================================= # RESTORE VARIOUS FILES