Changeset 184 for locker/bin


Ignore:
Timestamp:
Feb 27, 2007, 2:00:01 AM (17 years ago)
Author:
jbarnold
Message:
complain in signup-minimal if neither anyuser nor authuser can list locker
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/signup-minimal

    r127 r184  
    6868fi
    6969
     70ans=`fs la /mit/$lname | grep "system:a.*user.*l" | wc -l`
     71if [ "$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
     79fi
     80
    7081mkdir /mit/$lname/.scripts-signup 2>/dev/null
    7182
Note: See TracChangeset for help on using the changeset viewer.