X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=c44c00983d3cfb274f2f33c0f57d4e070738ba50;hb=eeb36233c9881cd2bb141f7a3241afbe82feda8d;hp=0f57073f300999f67da142c1b3a052856999537d;hpb=ed93192be51252f3f6143ab316baa123dd406928;p=clsql.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 0f57073..c44c009 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \ - -C"(cd /opt/apache/htdocs/clsql; make install)" $* +dup clsql -Ufiles.kpe.io -D/home/ftp/clsql -su \ + -C"(umask 022; cd /srv/www/html/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*