diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 5a49ad4..bcd1d97 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -956,7 +956,7 @@ find_app_receipt_files() { fi # Normalize path (remove duplicate slashes) - clean_path=$(tr -s "/" <<<"$clean_path") + clean_path=$(tr -s "/" <<< "$clean_path") # ------------------------------------------------------------------------ # Safety check: restrict removal to trusted paths