]> andersk Git - moira.git/blobdiff - incremental/afs_create.pl
Now rcp'ing with encryption, and actually checking that backup succeeded.
[moira.git] / incremental / afs_create.pl
index 807d2b93eb7d0c9f3871603132af7e0a573218ae..59e0cfed6bc88575355ae7e2a2f3287d4a3f5b32 100644 (file)
@@ -139,7 +139,9 @@ sub athena_proc
     }
 
     if ($type eq "ORG") {
-       mkdir("$path/www",0755) || die "Unable to create subdirectories\n";
+       mkdir("$path/www",0755) &&
+           chown(0,0,"$path/www") || 
+               die "Unable to create subdirectories\n";
        system("$fs sa $path/www @acl system:anyuser rl -clear") &&
            die "Unable to set acl on www directory\n";
 
This page took 0.049908 seconds and 4 git commands to generate.