]> andersk Git - moira.git/commitdiff
give course lockers www dirs too
authordanw <danw>
Mon, 2 Feb 1998 23:27:01 +0000 (23:27 +0000)
committerdanw <danw>
Mon, 2 Feb 1998 23:27:01 +0000 (23:27 +0000)
incremental/afs_create.pl

index 0fea7d2083c847901dce13d12aff14c005ec12be..4deda70d6171034b7ec425a16b75383d73912b87 100644 (file)
@@ -138,7 +138,7 @@ sub athena_proc
            die "Unable to set volume ownership\n";
     }
 
-    if ($type eq "ORG") {
+    if ($type =~ /^(ORG|COURSE)/) {
        mkdir("$path/www",0755) &&
            chown(0,0,"$path/www") ||
                die "Unable to create subdirectories\n";
This page took 0.051625 seconds and 5 git commands to generate.