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 b7626e4f5c7bde40f2d08b08495c4ba0d13289d9..0de6205cfbf17f2bc25cdbf66f114513da2aa94e 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
 #!/bin/bash -e
 
-dup cl-base64 -Uftp.b9.com -D/home/ftp/cl-base64 -C"/home/kevin/bin/remove-old-versions cl-base64 latest" -su $*
+dup cl-base64 -Uftp.b9.com -D/home/ftp/cl-base64 -C"(umask 022; /home/kevin/bin/remove-old-versions cl-base64 latest)" -su $*