Update directory
[uffi.git] / debian / upload.sh
index 8bba88ff00a5672db31dae7509e1644a1b26b0de..e0910bd3d98f23636f46c80d2506444d78a542f6 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup uffi -Uftp.med-info.com -D/home/ftp/uffi -C"(umask 022; cd /opt/apache/htdocs/uffi; make install)" -su $*
-
+dup uffi -Ufiles.b9.com -D/home/ftp/uffi -su \
+    -C"(umask 022; cd /srv/www/html/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*