summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate16
1 files changed, 0 insertions, 16 deletions
diff --git a/update b/update
deleted file mode 100755
index 77183ed..0000000
--- a/update
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-. /etc/profile
-gem update opentox-ruby
-dir=`pwd`
-cd /var/www/opentox
-for s in *; do
- 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