summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 12:47:53 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 12:47:53 +0200
commitb3f369b0f3ebddfd06b0709491ee0048b0a7c007 (patch)
tree1342da68d80478fc4fd2a6f0ce785a4de5a8bb9b
parent140a59f922eefe3bbc428d559460f0f5ea4a9d26 (diff)
Rm separated 4S bachend.
-rwxr-xr-xbin/compound-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/compound-install b/bin/compound-install
index 967b02a..871293a 100755
--- a/bin/compound-install
+++ b/bin/compound-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:9082", :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 '$compound = { :uri => "http://localhost:8082/compound" }' >> $OT_DEFAULT_CONF; fi
notify