From 97494dfa3b40f1e15a0e7a01c900003ca415908f Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 7 Jul 2022 00:10:14 +0530 Subject: [PATCH] fix --- scripts/restore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/restore b/scripts/restore index 7e55b43..e5632da 100755 --- a/scripts/restore +++ b/scripts/restore @@ -77,16 +77,6 @@ chmod 750 "$final_path_www" chmod -R o-rwx "$final_path_www" chown -R $app:www-data "$final_path_www" -#================================================= -# SPECIFIC RESTORATION -#================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Reinstalling dependencies..." --weight=1 - -# Define and install dependencies -ynh_install_app_dependencies $pkg_dependencies - #================================================= # RESTORE THE MYSQL DATABASE #=================================================