Hi, I am new to Casper and am having a problem running a shell script from Casper. The script works when run manually or when run from a JSS policy, but when run from Casper, it does not error out, but does not accomplish anything either. Below is the script. Any help would be much appreciated.
find $HOME -type f -name "prefs.js" -exec rm -f {} ;