r10042: add umask to upload scripts
[lml2.git] / debian / upload.sh
index 025cb996dea88b7c0208b44e7e98e4a0b351a3ea..f0b60666414b690cb77f9b3f9d239239c33c38b7 100755 (executable)
@@ -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 $*