If I delete the "Waiting Room" folder and then do an inventory will all those cached packages be gone?
Some clients have come back online and have a bunch of old cached packages and we need to just start over, re-cache so to speak and then install.
This is what I am planning to do... feedback?
if [ -e /Library/Application Support/JAMF/Waiting Room/ ]
then
echo "Removing cached packages"
${RM} -rf /Library/Application Support/JAMF/Waiting Room/
else
echo "Files Already Removed"
fi