From: Kevin M. Rosenberg Date: Tue, 28 Sep 2004 06:20:21 +0000 (+0000) Subject: r10042: add umask to upload scripts X-Git-Tag: v1.6.2~20 X-Git-Url: http://git.kpe.io/?p=lml2.git;a=commitdiff_plain;h=8ceb2fb6fead55c464fec1b627146a4aa9ad1bf5 r10042: add umask to upload scripts --- 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 $*