-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove date in pipe, ruining errors pipe, #229
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# 1 3 * * * cd /data/share/phet/automated-grunt-work/perennial; git pull; ./bin/daily-grunt-work.sh > ~/daily-grunt-work.log | ||
# | ||
# Author: Michael Kauzmann | ||
# | ||
|
@@ -103,4 +103,4 @@ [email protected] | |
########################################################################################################## | ||
# No grunt work below this point. | ||
# Capture errors and email for them. | ||
} 2> >(date | mailx -s "[Daily Grunt Work] Error during process" ${NOTIFICATION_EMAILS}) | ||
} 2> >(mailx -s "[Daily Grunt Work] Error during process" ${NOTIFICATION_EMAILS}) |