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 bb49b4c9ebd195c0c5045ffde648f216d44153d2..651a8f953077fb1a42a323c5530dff51b5f96251 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
-dup cl-rss -Uftp.med-info.com -D/home/ftp/xlunit -C"/home/kevin/bin/remove-old-versions cl-rss latest" -su $*
+dup cl-rss -Uftp.med-info.com -D/home/ftp/xlunit -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $*