]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - bin/pfa-mvpkg
make sure scripts are always executable
[projects/pld-ftp-admin.git] / bin / pfa-mvpkg
old mode 100644 (file)
new mode 100755 (executable)
index 04b2cd3..5693465
@@ -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.032076 seconds and 4 git commands to generate.