X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=979ccb7515364575ba5e706e6b42816f742a76e7;hb=HEAD;hp=51a264d754285aada28f64500b44c5ccc5f36e92;hpb=39b1189c0494b459d6bb62de1f5ed586147ca33e;p=uffi.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 51a264d..979ccb7 --- 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)" $* +dup uffi -Ufiles.kpe.io -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)" $*