Changeset 1407


Ignore:
Timestamp:
07/29/09 09:50:23 (16 years ago)
Author:
seroussi
Message:

minor

Location:
issm/trunk/cron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/linux_cronfile

    r1403 r1407  
    11#use /bin/bash to run commands, overriding the default set by cron
    2 SHELL=/bin/sh
     2SHELL=/bin/bash
    33
    44#mail output to Mathieu
  • issm/trunk/cron/mac_cronfile

    r1357 r1407  
    1 02 22 * * * cd /Users/seroussi/issm/trunk/cron/ && ./nightlyrun.sh "{'cielo_serial'}"
     1#use /bin/bash to run commands, overriding the default set by cron
     2SHELL=/bin/bash
     3
     4#mail output to Helene
     5MAILTO=helene.seroussi@jpl.nasa.gov
     6
     7#cronjob: issm 9:00pm
     850 9 * * * cd /Users/seroussi/Desktop/backup/svn/issm/trunk/cron/ && ./nightlyrun_mac.sh "{'macayeal','cielo_serial'}"
Note: See TracChangeset for help on using the changeset viewer.