IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36036


Ignore:
Timestamp:
Aug 26, 2013, 12:00:57 PM (13 years ago)
Author:
watersc1
Message:

typo.

File:
1 edited

Legend:

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

    r36035 r36036  
    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")
     31        crontab_file.write("SHELL=/bin/tcsh\n")
    3232        crontab_file.write("MAILTO=%s@ifa.hawaii.edu\n" % os.environ['USER'] )
    3333        crontab_file.write("PYTHONPATH=%s\n" % PYTHONPATH)
Note: See TracChangeset for help on using the changeset viewer.