summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:17:03 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:17:03 +0300
commit9953bfde43a083bc4659474536f7e7fcc490f565 (patch)
treee0f5eb966f2addc2a7335c3927da2d68a6669664
parent10f0cc207e47a78b1938227909aa03814ea4b8da (diff)
Rm 4S backend creation.v5.0.0pre1
-rwxr-xr-xbin/task-install2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/task-install b/bin/task-install
index 0fedd26..9b80662 100755
--- a/bin/task-install
+++ b/bin/task-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