rtrouton / rtrouton_scripts

Scripts to share
MIT License
1.3k stars 492 forks source link

placed quotes around the "PolicyDownloadDirectory" #85

Closed dev-yeet closed 3 months ago

dev-yeet commented 3 years ago

I was attempting to save the downloads to "/Users/devyeet/devyeet Projects/Jamf/policies_backup/download" which worked, however not having quotes around the variable when calling mkdir caused an empty folder : "/Users/devyeet/devyeet Projects/Jamf/policies_backup/Projects/Jamf/policies_backup/download" to be created. Adding them resolved the issue for me.