summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-12-13 16:08:15 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-12-13 16:08:15 +0100
commitf9cfbdb7e9432f520d48c2ace8a37e9e13748c71 (patch)
tree8df7ec98a462fbdaeb3c8e8edaad56ee53d34ff9
parent68f02f70e46fbbf7aca4255bac55ea913cea1a62 (diff)
Update 4store-install
Added 4store default user/pw
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/4store-install b/4store-install
index 8770185..193f3bf 100755
--- a/4store-install
+++ b/4store-install
@@ -26,7 +26,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:9088", :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 => "user", :password => "pw" }' >> $OT_DEFAULT_CONF; fi
echo "$SELF configuration stored in '$FST_CONF'."
if ! grep "$FST_CONF" $OT_UI_CONF >/dev/null 2>&1; then