From 869b352a20051a012cbd16ef014ca1d5558a4326 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Sat, 9 Jul 2011 20:23:35 -0500 Subject: [PATCH] point dev-camsync, dev-cammount to http://localhost:3179/bs Change-Id: If319a6547c94debe3d9444d5c49ac66dc2d8b43e --- dev-cammount | 2 +- dev-camsync | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 $@