Merge branch 'development'
[clsql.git] / debian / upload.sh
index 5ef87538fc167ce2c8c3289f994ce1c8124b0832..4537fabd52949578468adcdd68822f516ac68cfc 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
-    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install)" $*
+dup clsql -Ufiles.b9.com -D/home/ftp/clsql -su \
+    -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*