]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
Force 022 umask.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Sep 2012 18:04:16 +0000 (18:04 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Sep 2012 18:04:16 +0000 (18:04 +0000)
Changed files:
    bin/pfa-mvpkg -> 1.22

bin/pfa-mvpkg

index 04b2cd3370a2856660af9168e4fcbd70855ffc1d..5693465ec41416ac48b8ecf313232c8dfc89ace1 100644 (file)
@@ -9,6 +9,8 @@ import ftpio
 from mailer import Message
 from config import archived_trees, logs_list
 
+os.umask(022)
+
 nocheckbuild = False
 if len(sys.argv) > 4 and sys.argv[1] == '-nb':
     nocheckbuild = True
This page took 0.066704 seconds and 4 git commands to generate.