diff options
Diffstat (limited to 'adei/files/opt/scripts/run-cron.sh')
-rwxr-xr-x | adei/files/opt/scripts/run-cron.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/adei/files/opt/scripts/run-cron.sh b/adei/files/opt/scripts/run-cron.sh new file mode 100755 index 0000000..11958b7 --- /dev/null +++ b/adei/files/opt/scripts/run-cron.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +printenv | grep -v affinity:container | sed -r 's/^(.*)=("?)(.*)\2$/export \1="\3"/g' > /tmp/adei.env + +/opt/scripts/adei-branch.sh + +cron -n -m '/usr/bin/procmail -d root' |