From 068fe693a0ecd0aba769b20a0def1ac048ee45a1 Mon Sep 17 00:00:00 2001 From: davor Date: Wed, 22 Aug 2012 17:19:34 +0300 Subject: Rm 4S backend creation. --- bin/compound-install | 2 -- 1 file changed, 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 -- cgit v1.2.3