Hi Everyone
I found a "product issue". If I run a script with Jamf Pro 10 with an exit code 1 the policy will have a failed status.
#!/bin/sh
exit 1
I f I run the same script with the Files and Processes > Execute Command option it will not recognise the exit output. For example
/usr/local/bin/my-script.sh
Any idea for a workaround?