X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fupload.sh;fp=debian%2Fupload.sh;h=e0910bd3d98f23636f46c80d2506444d78a542f6;hb=2f76e0364807d7f71190340e4d1a9ae9e441ffe5;hp=51a264d754285aada28f64500b44c5ccc5f36e92;hpb=9cb589c2b664ef7e2e695eab3970ae76a73fcc7d;p=uffi.git diff --git a/debian/upload.sh b/debian/upload.sh index 51a264d..e0910bd 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e dup uffi -Ufiles.b9.com -D/home/ftp/uffi -su \ - -C"(umask 022; cd /opt/apache/htdocs/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $* + -C"(umask 022; cd /srv/www/html/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*