r10724: change from ftp to http access for boa
[lml2.git] / debian / upload.sh
index 4c091d235ce03077186b48b1371ed1976fc63230..da8f69265c0205c3f142e0885827eae2eb31ec0e 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
-dup lml2 -Uftp.med-info.com -D/home/ftp/lml2 -C"(cd /opt/apache/htdocs/lml; make install)" -su $*
+dup lml2 -Ufiles.b9.com -D/home/ftp/lml2 -C"(umask 022; cd /opt/apache/htdocs/lml2; make install)" -su $*