X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=979ccb7515364575ba5e706e6b42816f742a76e7;hb=03f5663f69d95d8af40e235c8566ce79dcb5a3c4;hp=0c71ef3abe7227d14be29bc3a8f0b9a999d22eec;hpb=6aca6ef38f1f406c9e7987e46cbaca3299c487fb;p=uffi.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 0c71ef3..979ccb7 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e -dup uffi -Uftp.med-info.com -D/home/ftp/pub/uffi -C"(cd /opt/apache/htdocs/uffi.med-info.com; make)" +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)" $*