X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fupload.sh;h=c44c00983d3cfb274f2f33c0f57d4e070738ba50;hp=5ef87538fc167ce2c8c3289f994ce1c8124b0832;hb=f67c4e2a4e5b8371a1b7c1629828999ff909f538;hpb=32f0258a070695de12e1651dfa1c4ee31337a15e diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 5ef8753..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"(umask 022; 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)" $*