Skip to content
Snippets Groups Projects
Commit fe7dd50f authored by Kevin Hallock's avatar Kevin Hallock
Browse files

Moved crontab modifications into script

parent b9a6d14a
Branches master
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
exec >> /tmp/testing.out
exec 2>> /tmp/testing.err
cd /home/oper/testing
git pull
crontab crontabfile
export PATH=$PATH:/home/mcidas/bin
export MCPATH=$HOME/mcidas/data:/home/mcidas/data
......
*/5 * * * * cd /home/oper/testing && git pull && crontab crontabfile
* * * * * /home/oper/testing/bin/test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment