summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:20:19 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:20:19 +0300
commit0ddf25f6c17b11ab677d62fe0ac27de39f35a173 (patch)
tree3936e1b85a94f6bd99c10beb57bdb17385a55f45 /bin
parent1a39adbb7bcb5328ab17bfcae74740790dbbb6fb (diff)
Rm 4S backend creation.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/algorithm-install2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/algorithm-install b/bin/algorithm-install
index c628e39..bbe6dce 100755
--- a/bin/algorithm-install
+++ b/bin/algorithm-install
@@ -52,8 +52,6 @@ install_ruby
echo
install_with_bundler
-cmd="$OT_PREFIX/4S/bin/4s-backend-setup $SELF" && run_cmd "$cmd" "Create '$SELF' 4store backend"
-
# 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:9088", :user => "", :password => "" }' >> $OT_CONFIG_DIR/config/$SELF.rb; fi