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