Update directory
[clsql.git] / debian / upload.sh
index db3f812e6af3986eb09cef37cc7d94527a4067cb..c5d401e03874471b8b21bb4326f76085b58c2acd 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)" $*
+dup clsql -Ufiles.b9.com -D/home/ftp/clsql -su \
+    -C"(umask 022; cd /srv/www/html/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*