summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:19:34 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 17:19:34 +0300
commit068fe693a0ecd0aba769b20a0def1ac048ee45a1 (patch)
tree74a2efd8e205204d70d33b8bf27eadf5dc7525bf
parentb3f369b0f3ebddfd06b0709491ee0048b0a7c007 (diff)
Rm 4S backend creation.
-rwxr-xr-xbin/compound-install2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/compound-install b/bin/compound-install
index 871293a..9b19210 100755
--- a/bin/compound-install
+++ b/bin/compound-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