Changeset 660 for locker/bin/signup-cron


Ignore:
Timestamp:
Feb 16, 2008, 6:11:08 PM (16 years ago)
Author:
geofft
Message:
mkdir -p, to avoid errors if it's already there
revert removal of 2>/dev/null from sshrun to suppress banner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/signup-cron

    r659 r660  
    55
    66if [ ! -d "/mit/$lname/cron_scripts/" ]; then
    7   mkdir /mit/$lname/cron_scripts
     7  mkdir -p /mit/$lname/cron_scripts
    88  fs sa /mit/$lname/cron_scripts system:anyuser l
    99  fs sa /mit/$lname/cron_scripts system:authuser none
Note: See TracChangeset for help on using the changeset viewer.