X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=3bae68be9336cc34786fcb7f41610046bfbe1bf8;hb=2aeeb0301ac27d209bf1ee1be120ad0772838b79;hp=08192cfce77f4c4496b6c1387343a457ccdc7847;hpb=cbfd36ae59e5e3d5a0d8ff6e4c445a7ac9cbf1fa;p=cl-rss.git diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 08192cf..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/cl-rss -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)" $*