r10042: add umask to upload scripts
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Sep 2004 06:20:21 +0000 (06:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Sep 2004 06:20:21 +0000 (06:20 +0000)
debian/upload.sh

index bc728589528ebcff24c55b7753bc88bc7b67acd7..77ff062125efdf6db28f0c01def7fb11f210bd0a 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
-dup pipes -Uftp.b9.com -D/home/ftp/pipes -C"/home/kevin/bin/remove-old-versions pipes latest" -su $*
+dup pipes -Uftp.b9.com -D/home/ftp/pipes -C"(umask 022; /home/kevin/bin/remove-old-versions pipes latest)" -su $*