X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fupload.sh;h=c5d401e03874471b8b21bb4326f76085b58c2acd;hp=4537fabd52949578468adcdd68822f516ac68cfc;hb=069c3dc63ca6996667214c187f770c1aee2b65c4;hpb=a995b49f3462e35a432bae3340fe6411498e16a6 diff --git a/debian/upload.sh b/debian/upload.sh index 4537fab..c5d401e 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e dup clsql -Ufiles.b9.com -D/home/ftp/clsql -su \ - -C"(umask 022; cd /opt/apache/htdocs/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $* + -C"(umask 022; cd /srv/www/html/clsql; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*