mirror of https://github.com/perkeep/perkeep.git
dev-camget: get from /bs for now
This commit is contained in:
parent
913708af39
commit
d2a518f8e1
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
./build.pl camget && \
|
./build.pl camget && \
|
||||||
clients/go/camget/camget --verbose --blobserver=localhost:3179 --password=pass3179 $@
|
clients/go/camget/camget --verbose --blobserver=http://localhost:3179/bs --password=pass3179 $@
|
||||||
|
|
Loading…
Reference in New Issue