From: Kevin M. Rosenberg Date: Tue, 28 Sep 2004 06:20:21 +0000 (+0000) Subject: r10042: add umask to upload scripts X-Git-Tag: v3.3.2~8 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=1c7439fde01d7015b0fdd4c549ffc51db2cf823b r10042: add umask to upload scripts --- diff --git a/debian/upload.sh b/debian/upload.sh index b7626e4..0de6205 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup cl-base64 -Uftp.b9.com -D/home/ftp/cl-base64 -C"/home/kevin/bin/remove-old-versions cl-base64 latest" -su $* +dup cl-base64 -Uftp.b9.com -D/home/ftp/cl-base64 -C"(umask 022; /home/kevin/bin/remove-old-versions cl-base64 latest)" -su $*