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 dac42880cdb4738e2113c2b726b2e6507330eb77..82d5b20f158d639d7e92cc3c23fd1a3cc40e14bb 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup ctsim -Uftp.med-info.com -D/home/ftp/ctsim -C"(cd /opt/apache/htdocs/ctsim; make install)" -su $*
+dup ctsim -Uftp.med-info.com -D/home/ftp/ctsim -C"(umask 022; cd /opt/apache/htdocs/ctsim; make install)" -su $*