Skip to content

Commit

Permalink
remove email from cronjob, #229
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 20, 2021
1 parent 5436feb commit 63997cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/daily-grunt-work.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
#
# The cron job on bayes:
# 1 3 * * * cd /data/share/phet/automated-grunt-work/perennial; git pull; ./bin/daily-grunt-work.sh > ~/daily-grunt-work.log 2> ~/daily-grunt-work-error.log; cat ~/daily-grunt-work-error.log | mailx -s "[Daily Grunt Work] Error during process" [email protected]
# 1 3 * * * cd /data/share/phet/automated-grunt-work/perennial; git pull; ./bin/daily-grunt-work.sh > ~/daily-grunt-work.log;
#
# Author: Michael Kauzmann
#
Expand Down

0 comments on commit 63997cc

Please sign in to comment.