Interim developed on DDA for projecting through imagefiles
[ctsim.git] / debian / upload.sh
index 14e31d69bb7fe64f595acce125bc62cfc4fe8978..56fe8943065894b67343a53d8b38fb50c42d2a9a 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup ctsim -Uftp.med-info.com -D/home/ftp/ctsim -C"(cd /opt/apache/htdocs/ctsim.org; make install)" -su $*
-
+dup ctsim -Ufiles.kpe.io -D/home/ftp/ctsim -su \
+    -C"(umask 022; cd /srv/www/html/ctsim; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*