Update directory
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Mar 2011 00:36:22 +0000 (18:36 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Mar 2011 00:36:22 +0000 (18:36 -0600)
debian/upload.sh

index 4537fabd52949578468adcdd68822f516ac68cfc..c5d401e03874471b8b21bb4326f76085b58c2acd 100755 (executable)
@@ -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)" $*