Changeset 184 for locker/bin/signup-minimal
- Timestamp:
 - Feb 27, 2007, 2:00:01 AM (19 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          locker/bin/signup-minimal (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
locker/bin/signup-minimal
r127 r184 68 68 fi 69 69 70 ans=`fs la /mit/$lname | grep "system:a.*user.*l" | wc -l` 71 if [ "$ans" -eq 0 ]; then 72 echo 73 echo ERROR: 74 printf "It appears as though the locker <$lname> is not listable by system:anyuser.\n" 75 printf "You might want to run \"fs sa /mit/$lname system:anyuser l\"\n" 76 printf "(that's a lowercase L rather than a one) and then try again.\n" 77 echo Contact scripts@mit.edu if you are unable to solve the problem. 78 exit 0 79 fi 80 70 81 mkdir /mit/$lname/.scripts-signup 2>/dev/null 71 82  
Note: See TracChangeset
          for help on using the changeset viewer.
      