From d990a7a0da459f680d571715ba6b4c0aa67d55a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 24 Jun 2024 22:40:56 +0200 Subject: [PATCH] Cleanup --- scripts/remove | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/remove b/scripts/remove index d1974f7..500aec0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -26,17 +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..." -fi - #================================================= # END OF SCRIPT #=================================================