X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=3bae68be9336cc34786fcb7f41610046bfbe1bf8;hb=2aeeb0301ac27d209bf1ee1be120ad0772838b79;hp=fdafe505227e82b11c43b4e51380dce9f9f7ff89;hpb=7c3fbe9ed826dcd836d000d05cdf8be7c1a25cec;p=cl-rss.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index fdafe50..3bae68b --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,4 @@ #!/bin/bash -e -dup cl-rss -Ufiles.b9.com -D/home/ftp/xlunit -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $* +dup cl-rss -Ufiles.kpe.io -D/home/ftp/cl-rss -su \ + -C"(umask 022; cd /srv/www/html/cl-rss; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*