summaryrefslogtreecommitdiff
path: root/4store-install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-21 13:38:41 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-21 13:38:41 +0200
commit714111145e6ac5778dc5ce2ecb3652e4bddb34d7 (patch)
treeba7e3723cc34215fd9e48a97854e8a09b9a20e70 /4store-install
parent3faf3c96fa31163e2201240e47f27a6571111ab7 (diff)
parentf87da673e2437e2728b31c84b2ae1cfdf05915c5 (diff)
Merge branch 'development' of github.com:opentox/install into development
Diffstat (limited to '4store-install')
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/4store-install b/4store-install
index c87c2d9..ee04738 100755
--- a/4store-install
+++ b/4store-install
@@ -25,7 +25,7 @@ cmd="make install" && run_cmd "$cmd" "Make Install"
# Config
echo "if echo \"\$LD_LIBRARY_PATH\" | grep -v \"$FST/lib\">/dev/null 2>&1; then export LD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH:$FST/lib\"; fi" >> "$FST_CONF"
-if ! cat "$OT_DEFAULT_CONF" | grep "four_store">/dev/null 2>&1; then echo '$four_store = { :uri => "http://localhost:8088", :user => "", :password => "" }' >> $OT_DEFAULT_CONF; fi
+if ! cat "$OT_DEFAULT_CONF" | grep "four_store">/dev/null 2>&1; then echo '$four_store = { :uri => "http://localhost:9088", :user => "", :password => "" }' >> $OT_DEFAULT_CONF; fi
echo "$SELF configuration has been stored in '$FST_CONF'."
if ! grep "$FST_CONF" $OT_UI_CONF >/dev/null 2>&1; then