From a6939f78c968b10c63f1b14fc11b89e9fa25c7f7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 28 Sep 2004 06:20:21 +0000 Subject: [PATCH] r10042: add umask to upload scripts --- debian/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/upload.sh b/debian/upload.sh index dac4288..82d5b20 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -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 $* -- 2.34.1