From: Kevin M. Rosenberg Date: Tue, 28 Sep 2004 06:20:21 +0000 (+0000) Subject: r10042: add umask to upload scripts X-Git-Tag: debian-1.1.0-3~4 X-Git-Url: http://git.kpe.io/?p=getopt.git;a=commitdiff_plain;h=2934fe7f06e7f56f4eaa543f2255d42bf94ca2fb r10042: add umask to upload scripts --- diff --git a/debian/upload.sh b/debian/upload.sh index 61bb207..aa6545c 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -dup getopt -Uftp.med-info.com -D/home/ftp/getopt -C"/home/kevin/bin/remove-old-versions getopt latest" -su $* +dup getopt -Uftp.med-info.com -D/home/ftp/getopt -C"(umask 022; /home/kevin/bin/remove-old-versions getopt latest)" -su $*