summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:18:34 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:18:34 +0300
commit698d52e4e2705f1d7584d18cc1f196a4fbdb0fd2 (patch)
tree569d2543759e6f2bf33f206a6e17e287e70d3d25
parenta300f182ad86cfe2761a62643bc77a35a2795f6e (diff)
Rm 4S backend creation.v5.0.0pre1
-rwxr-xr-xbin/dataset-install2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/dataset-install b/bin/dataset-install
index 17bf8b2..725361a 100755
--- a/bin/dataset-install
+++ b/bin/dataset-install
@@ -49,8 +49,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