You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dustinrue edited this page Dec 1, 2011
·
3 revisions
The Shell Script Evidence Source allows you to create any script you want including (but not limited to) perl, ruby, bash or AppleScript as an evidence source for ControlPlane. Any script you write should have an exit status of 0 for success or anything other than 0 for a failure.
An example bash script could be as simple as
#!/bin/bash
exit 0
The above script would provide a "true" result to ControlPlane.