mirror of https://github.com/perkeep/perkeep.git
dev-camput: use /bs prefix for now, until camliProxy on root works
This commit is contained in:
parent
7e3c711395
commit
cd229dd7f5
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
./build.pl camput && \
|
||||
clients/go/camput/camput --verbose --blobserver=localhost:3179 --password=pass3179 $@
|
||||
clients/go/camput/camput --verbose --blobserver=http://localhost:3179/bs --password=pass3179 $@
|
||||
|
|
Loading…
Reference in New Issue