diff --git a/scripts/restore b/scripts/restore index 10aa0c8..f72d3aa 100644 --- a/scripts/restore +++ b/scripts/restore @@ -54,6 +54,16 @@ ynh_restore_file --origin_path="$final_path" chmod 775 -R $final_path chown -hR www-data:www-data $final_path +#================================================= +# SPECIFIC RESTORATION +#================================================= +# REINSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Reinstalling dependencies..." + +# Define and install dependencies +ynh_install_app_dependencies $pkg_dependencies + #================================================= # GENERIC FINALIZATION #=================================================