From 1c7439fde01d7015b0fdd4c549ffc51db2cf823b 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 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 $* -- 2.34.1