r10042: add umask to upload scripts
[clsql.git] / debian / upload.sh
index db3f812e6af3986eb09cef37cc7d94527a4067cb..5ef87538fc167ce2c8c3289f994ce1c8124b0832 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
 dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
-    -C"(cd /opt/apache/htdocs/clsql.med-info.com; make install)" $*
+    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install)" $*