diff --git a/scripts/remove b/scripts/remove index 63ead8c..500aec0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -26,18 +26,6 @@ ynh_remove_logrotate # Remove the dedicated NGINX config ynh_remove_nginx_config -#================================================= -# SPECIFIC REMOVE -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." --weight=1 - -if [ "$YNH_APP_PURGE" -eq 1 ]; then - ynh_script_progression --message="Removing logs..." - ynh_secure_remove --file=/var/log/"$app" -fi - #================================================= # END OF SCRIPT #=================================================