Changeset 1576 for branches/locker-dev
- Timestamp:
- Jun 16, 2010, 12:26:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/bin/cronload
r1564 r1576 32 32 fi 33 33 athrun scripts scripts-ssh "$lname" /usr/local/bin/cronload "$1" "$cwd" 2>/dev/null 34 if ! grep -q "^MAILTO=" "$1"; then 35 echo "WARNING: You have no MAILTO= variable set. This means any" 36 echo "cron errors will go to $lname@scripts.mit.edu (your mail_scripts" 37 echo "account), which is almost certainly not what you want!" 38 echo "Please add a MAILTO= line, e.g., MAILTO=${EMAIL:-${ATHENA_USER:-$USER}@mit.edu}," 39 echo "to your crontab. If you do not want to receive errors, set" 40 echo 'MAILTO="".' 41 fi
Note: See TracChangeset
for help on using the changeset viewer.