X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fupload.sh;h=a5623cebc3a4ad90c0f0554b06b767e8d58ae110;hp=4fb1415dcebd6e93a689b6f9443097069062d8f2;hb=fc62a5342445d4ec1dd44e95f7dc513473a8c89a;hpb=229b31c349c855d7d7374be27ab420530b5d6e90 diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 4fb1415..a5623ce --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup cl-base64 -Uftp.b9.com -D/home/ftp/cl-base64 -su $* - +dup cl-base64 -Ufiles.kpe.io -D/home/ftp/cl-base64 -su \ + -C"(umask 022; cd /srv/www/html/cl-base64; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*