This script works fine as an EA on 80% of our Mac's but returns Blank on the rest.
The APP is there
And it we run this manually on the Mac it returns a result, but as an EA we get a blank.
If it didnt work on all our Mac's I'd understand I'd made a mistake, but its only a handful, any ideas ?
#!/bin/bash
ZScalerVersion=$(defaults read /Applications/Zscaler/Zscaler.app/Contents/Info.plist CFBundleShortVersionString)
/bin/echo "<result>$ZScalerVersion</result>"
Thanks