Changeset 1724 for branches/locker-dev/locker/bin/signup-minimal
- Timestamp:
- Nov 13, 2010, 8:30:59 AM (14 years ago)
- Location:
- branches/locker-dev/locker/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/bin
- Property svn:mergeinfo changed
/branches/fc13-dev/locker/bin (added) merged: 1673-1675,1690 /trunk/locker/bin merged: 1416,1422,1431,1440,1442,1515,1530,1585,1693,1697-1698,1723
- Property svn:mergeinfo changed
-
branches/locker-dev/locker/bin/signup-minimal
r1441 r1724 1 1 #!/bin/bash 2 3 if false; then 4 echo "Scripts signups are temporarily unavailable. Please" 5 echo "check back later." 6 exit 1 7 fi 2 8 3 9 if [ "$initlname" = "" ]; then … … 83 89 echo "ERROR:" 84 90 echo "It appears as though you are not an administrator of the locker <$lname>." 85 echo "Try running \"fs s a/mit/$lname $afsuser all\" and starting over."91 echo "Try running \"fs setacl /mit/$lname $afsuser all\" and starting over." 86 92 echo "Contact scripts@mit.edu if you are unable to solve the problem." 87 93 exit 1
Note: See TracChangeset
for help on using the changeset viewer.