website: don't open browser when running side blobserver

Change-Id: Ia444584744e2ba8e0b54b166c1d42220d0e9544b
This commit is contained in:
Brad Fitzpatrick 2013-08-26 16:43:19 -05:00
parent dbb93fd888
commit 6dd3bced50
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ go run make.go \
-embed_static=false \
-targets=camlistore.org/server/camlistored && \
./bin/camlistored \
-openbrowser=false \
-configfile=$Bin/blobserver-example/example-blobserver-config.json \
-listen=:3179 "$@"