diff --git a/dev-cammount b/dev-cammount index 2bee8bdca..64ee7d8f1 100755 --- a/dev-cammount +++ b/dev-cammount @@ -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 diff --git a/dev-camsync b/dev-camsync index d46de203c..706bb512e 100755 --- a/dev-camsync +++ b/dev-camsync @@ -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 $@