From 8ceb2fb6fead55c464fec1b627146a4aa9ad1bf5 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 025cb99..f0b6066 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup lml2 -Uftp.med-info.com -D/home/ftp/lml2 -C"(cd /opt/apache/htdocs/lml2; make install)" -su $* +dup lml2 -Uftp.med-info.com -D/home/ftp/lml2 -C"(umask 022; cd /opt/apache/htdocs/lml2; make install)" -su $* -- 2.34.1