summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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