Skip to content

deleting scripts/EAs? #8

@christozlowski

Description

@christozlowski

I noticed that if a directory is deleted then the script skips it and doesn't do anything.

# If directory is deleted, mark it as processed and skip all its files
if [[ ! -d "$dir" ]]; then
echo "[INFO] Skipping deleted directory: $dir"
processed_dirs[$dir]=1
continue
fi

Are the deleted scripts/EAs handled elsewhere or do they just live on the Jamf Pro server until manually deleted?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions