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.8.6~229 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=32f0258a070695de12e1651dfa1c4ee31337a15e;hp=6f13f54ea08780002dae58e0f6b7f9ce97b140d8 r10042: add umask to upload scripts --- diff --git a/debian/upload.sh b/debian/upload.sh index 0f57073..5ef8753 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \ - -C"(cd /opt/apache/htdocs/clsql; make install)" $* + -C"(umask 022; cd /opt/apache/htdocs/clsql; make install)" $*