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