X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=56fe8943065894b67343a53d8b38fb50c42d2a9a;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=82d5b20f158d639d7e92cc3c23fd1a3cc40e14bb;hpb=a6939f78c968b10c63f1b14fc11b89e9fa25c7f7;p=ctsim.git diff --git a/debian/upload.sh b/debian/upload.sh index 82d5b20..56fe894 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup ctsim -Uftp.med-info.com -D/home/ftp/ctsim -C"(umask 022; cd /opt/apache/htdocs/ctsim; make install)" -su $* - +dup ctsim -Ufiles.kpe.io -D/home/ftp/ctsim -su \ + -C"(umask 022; cd /srv/www/html/ctsim; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*