zpropheter / Jamf-Log-Grabber

Finds logs and plists related to Jamf management settings
38 stars 7 forks source link

EAs with spaces create multiple tmp files #4

Closed zpropheter closed 6 months ago

zpropheter commented 7 months ago

Leftovers.txt will display a problematic EA's name in the file but when copying the file to the Recon folder, it treats every space as a new file.

zpropheter commented 6 months ago

All files copied from /tmp folder are now copied with just a cp -r function rather than customizing naming. This resolved the issues where a custom cat command renames the files individually instead of including the spaces.

Resolution is in beta branch currently