Skip to content
Snippets Groups Projects
Commit ae4c169d authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add cronwrapper to support scheduled runs of policy via cron

parent 95885916
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l
# run task via login shell to ensure correct env
# change to dir or script and run arguments
cd `dirname $0`
./$@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment