summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 12:49:32 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 12:49:32 +0200
commita300f182ad86cfe2761a62643bc77a35a2795f6e (patch)
tree16483d0620840577593318c0b4b336001852c53a
parente2e453d6da2e726396cd604536fa8fdffe684548 (diff)
Rm separated 4S bachend.
-rwxr-xr-xbin/dataset-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dataset-install b/bin/dataset-install
index bfa2f99..17bf8b2 100755
--- a/bin/dataset-install
+++ b/bin/dataset-install
@@ -53,7 +53,8 @@ cmd="$OT_PREFIX/4S/bin/4s-backend-setup $SELF" && run_cmd "$cmd" "Create '$SELF'
# config
[ -f $OT_CONFIG_DIR/config/$SELF.rb ] || touch $OT_CONFIG_DIR/config/$SELF.rb
-if ! cat "$OT_CONFIG_DIR/config/$SELF.rb" | grep "four_store">/dev/null 2>&1; then echo '$four_store = { :uri => "http://localhost:9083", :user => "", :password => "" }' >> $OT_CONFIG_DIR/config/$SELF.rb; fi
+if ! cat "$OT_CONFIG_DIR/config/$SELF.rb" | grep "four_store">/dev/null 2>&1; then echo '$four_store = { :uri => "http://localhost:9088", :user => "", :password => "" }' >> $OT_CONFIG_DIR/config/$SELF.rb; fi
+if ! cat "$OT_CONFIG_DIR/config/$SELF.rb" | grep "aa">/dev/null 2>&1; then echo '$aa = { :uri => nil }' >> $OT_CONFIG_DIR/config/$SELF.rb; fi
if ! cat "$OT_DEFAULT_CONF" | grep "$SELF">/dev/null 2>&1; then echo '$dataset = { :uri => "http://localhost:8083/dataset" }' >> $OT_DEFAULT_CONF; fi
notify