diff --git a/scripts/remove b/scripts/remove index efcea10..7bc6f51 100644 --- a/scripts/remove +++ b/scripts/remove @@ -95,6 +95,9 @@ ynh_secure_remove --file="$final_path" ynh_secure_remove --file="$config_path" ynh_secure_remove --file="/etc/systemd/system/jellyfin.service.d" +# Remove the log files +ynh_secure_remove --file="/var/log/$app" + #================================================= # GENERIC FINALIZATION #=================================================