IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36035


Ignore:
Timestamp:
Aug 26, 2013, 11:59:45 AM (13 years ago)
Author:
watersc1
Message:

I can either spend a day debugging running this script under bash, or I can just switch the shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippm/FilesMonitoring/scripts/generate_crontabs_and_deployment_script.py

    r36003 r36035  
    2929        deployment_script_file.write("ssh %s 'crontab %s'\n" % (node, crontab_filename))
    3030        crontab_file = open(crontab_filename, 'w')
     31        crontab_file.write("SHELL=/bin/tcsh")
    3132        crontab_file.write("MAILTO=%s@ifa.hawaii.edu\n" % os.environ['USER'] )
    3233        crontab_file.write("PYTHONPATH=%s\n" % PYTHONPATH)
Note: See TracChangeset for help on using the changeset viewer.