mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 12:21:11 +00:00
Fix scan error
This commit is contained in:
@@ -132,7 +132,7 @@ clean_orphaned_app_data() {
|
|||||||
|
|
||||||
# Read bundle IDs with PlistBuddy
|
# Read bundle IDs with PlistBuddy
|
||||||
local count=0
|
local count=0
|
||||||
for app_path in "${app_paths[@]}"; do
|
for app_path in "${app_paths[@]:-}"; do
|
||||||
local plist_path="$app_path/Contents/Info.plist"
|
local plist_path="$app_path/Contents/Info.plist"
|
||||||
[[ ! -f "$plist_path" ]] && continue
|
[[ ! -f "$plist_path" ]] && continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user