]> andersk Git - moira.git/commitdiff
set mode on course lockers to 775
authormar <mar>
Wed, 13 Sep 1989 16:36:17 +0000 (16:36 +0000)
committermar <mar>
Wed, 13 Sep 1989 16:36:17 +0000 (16:36 +0000)
gen/install_dirs

index 91bae3b90c0d3057c73fd315970d0f554d94f64c..d6e7f05e8bbbf88964f4c0ba3c675772cbd1743a 100644 (file)
@@ -60,6 +60,9 @@ while (1)
          (cd $tmpdir; sms_untar $uid < $USERTAR)
          if ($status) set WARN
          breaksw      
+      case COURSE:
+        /bin/chmod 775 $tmpdir
+        breaksw
       default:
          breaksw
    endsw
This page took 0.042195 seconds and 5 git commands to generate.