Changeset 659 for locker/bin/signup-mail


Ignore:
Timestamp:
Feb 16, 2008, 5:35:51 PM (16 years ago)
Author:
broder
Message:
Don't blow errors to /dev/null
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/signup-mail

    r380 r659  
    11#!/bin/sh
    22
    3 attach scripts 2>/dev/null
     3attach scripts
    44. /mit/scripts/bin$scriptsdev/signup-minimal
    55
    66if [ ! -d "/mit/$lname/mail_scripts/" ]; then
    7   mkdir 2>/dev/null /mit/$lname/mail_scripts
     7  mkdir /mit/$lname/mail_scripts
    88  fs sa /mit/$lname/mail_scripts system:anyuser l
    99  fs sa /mit/$lname/mail_scripts system:authuser none
Note: See TracChangeset for help on using the changeset viewer.