]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
Add umask 022 before regenerating indexes.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Sep 2005 20:57:38 +0000 (20:57 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Sep 2005 20:57:38 +0000 (20:57 +0000)
Changed files:
    bin/pfa-genindex -> 1.9

bin/pfa-genindex

index 2db16ed83cbc5a20184e79c93b5b33189f96c763..b1c779d1dc9837d2e6d1c1391e02b148844c62d7 100644 (file)
@@ -33,6 +33,8 @@ for tree in trees:
 
 home=os.environ['HOME']
 
+os.umask(022)
+
 for tree in trees:
     print '-------------------------- %s --------------------------' % tree
     for arch in all_ftp_archs:
This page took 0.056639 seconds and 4 git commands to generate.