From 365ad4e93288b96233e38c6bc732c197315d41cf Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 21 Jun 2012 13:46:19 +0200 Subject: Support for bbrc-sample --- ot-tools-user.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ot-tools-user.sh') diff --git a/ot-tools-user.sh b/ot-tools-user.sh index b002db6..49278a1 100644 --- a/ot-tools-user.sh +++ b/ot-tools-user.sh @@ -32,6 +32,12 @@ otupdate() { return 1 fi cd - + cd $HOME/opentox-ruby/www/opentox/algorithm/bbrc-sample + if ! git pull; then + echo "Error! Pull for Bbrc-Sample failed." + return 1 + fi + cd - cd opentox-ruby LINK_DIR=`gem which opentox-ruby | sed 's/\/opentox-ruby.rb//'` if [ -h $LINK_DIR ]; then -- cgit v1.2.3