mirror of https://github.com/perkeep/perkeep.git
point dev-camsync, dev-cammount to http://localhost:3179/bs
Change-Id: If319a6547c94debe3d9444d5c49ac66dc2d8b43e
This commit is contained in:
parent
63cec7a2ef
commit
869b352a20
|
@ -9,7 +9,7 @@ mkdir -p $DIR
|
|||
./build.pl cammount
|
||||
|
||||
(fusermount -u $DIR) || true
|
||||
clients/go/cammount/cammount --blobserver=localhost:3179 --password=pass3179 $@ $DIR &
|
||||
clients/go/cammount/cammount --blobserver=localhost:3179/bs --password=pass3179 $@ $DIR &
|
||||
sleep 1
|
||||
cd $DIR
|
||||
bash
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
./build.pl camsync && \
|
||||
clients/go/camsync/camsync --verbose --src=http://localhost:3179 --srcpassword=pass3179 $@
|
||||
clients/go/camsync/camsync --verbose --src=http://localhost:3179/bs --srcpassword=pass3179 $@
|
||||
|
|
Loading…
Reference in New Issue