-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request