diff --git a/scripts/restore b/scripts/restore index 95429e0..4dd940b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -20,14 +20,6 @@ ynh_restore_file --origin_path="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" -#================================================= -# REINSTALL DEPENDENCIES -#================================================= -ynh_script_progression --message="Reinstalling dependencies..." --weight=1 - -# Define and install dependencies -ynh_install_nodejs --nodejs_version=$nodejs_version - #================================================= # RESTORE SYSTEM CONFIGURATIONS #=================================================