summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-29 14:11:45 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-29 14:11:45 +0000
commita8efedb2177909693dbd51409492f8ac8418b3cb (patch)
tree7e0b238e1c8696b7058dedb01b98ba8bfb77a2cc
parentf80444a8c87d428adcd584e6eefd35c621ce31a2 (diff)
fminer update addedv1.0.2
-rwxr-xr-xupdate9
1 files changed, 6 insertions, 3 deletions
diff --git a/update b/update
index c8f9a21..77183ed 100755
--- a/update
+++ b/update
@@ -4,10 +4,13 @@ gem update opentox-ruby
dir=`pwd`
cd /var/www/opentox
for s in *; do
- cd $s
- git pull
- cd -
+ echo $s
+ cd $s
+ git pull
+ cd -
done
+cd /var/www/algorithm
+rake fminer:update
kill `cat /opt/nginx/logs/nginx.pid`
/opt/nginx/sbin/nginx
cd $dir