diff --git a/scripts/remove b/scripts/remove index 34d2596..5f63d66 100755 --- a/scripts/remove +++ b/scripts/remove @@ -24,12 +24,12 @@ fi # Remove the dedicated systemd config ynh_remove_systemd_config +# Remove the app-specific logrotate config +ynh_remove_logrotate + # Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # REMOVE DEPENDENCIES #=================================================