From a8efedb2177909693dbd51409492f8ac8418b3cb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Mar 2011 14:11:45 +0000 Subject: fminer update added --- update | 9 ++++++--- 1 file 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 -- cgit v1.2.3