From 53e242e93ac93a999b7a13913bdc73aa1fb5d0d5 Mon Sep 17 00:00:00 2001 From: dev Date: Wed, 14 Aug 2013 22:21:59 +0000 Subject: [PATCH] change server restart method --- site-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-updater.sh b/site-updater.sh index 85ae1067..448f3aeb 100755 --- a/site-updater.sh +++ b/site-updater.sh @@ -12,7 +12,7 @@ fi cat $TMP | grep "^mtn: updating 'i2p2www/.*/.*\.py" >/dev/null if [ $? -eq 0 ]; then echo "Python files changed, restarting server" - supervisorctl restart mainsite + touch /tmp/2fcd2f17-c293-4f77-b4c9-9b266ba70daa fi rm $TMP