diff --git a/lib/clean/user.sh b/lib/clean/user.sh index 849a9bd..b9c3776 100644 --- a/lib/clean/user.sh +++ b/lib/clean/user.sh @@ -209,8 +209,8 @@ clean_application_support_logs() { # Explicit safety check for System Settings / Login Items (Issue #122) if [[ "$app_name" =~ backgroundtaskmanagement || "$app_name" =~ loginitems ]]; then - debug_log "Skipping critical system component: $app_name" - continue + debug_log "Skipping critical system component: $app_name" + continue fi # Clean log directories - simple direct removal without deep scanning