X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=56fe8943065894b67343a53d8b38fb50c42d2a9a;hb=0219ede69e1c3afc6e160b8f276bfd4617acbc08;hp=42abd0e145c6e176ed84da66c7ce76303ae8d80d;hpb=54a69fef0365495cf79f57b02040cc79b5924b2d;p=ctsim.git diff --git a/debian/upload.sh b/debian/upload.sh index 42abd0e..56fe894 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup ctsim -Uwww.b9.com -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)" $*