summaryrefslogtreecommitdiff
path: root/ot-tools-root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ot-tools-root.sh')
-rw-r--r--ot-tools-root.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot-tools-root.sh b/ot-tools-root.sh
index 064ea29..9198f83 100644
--- a/ot-tools-root.sh
+++ b/ot-tools-root.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