X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=56fe8943065894b67343a53d8b38fb50c42d2a9a;hb=HEAD;hp=efa12fc243c636d9d72642c9b96c44adef91cf75;hpb=9bdb753c5363d92b7e5698d75a967dc1fbc76b1a;p=ctsim.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100644 new mode 100755 index efa12fc..56fe894 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup ctsim -Uwww.kpe.io -D/home/ftp/ctsim -C"(umask 022; cd /srv/www/html/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)" $*