From 438176f9b43612a18269e187e468a4155f0e77a9 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Wed, 23 Oct 2013 18:45:21 +0000 Subject: [PATCH] typo fix --- site-updater-i2hq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-updater-i2hq.sh b/site-updater-i2hq.sh index da2dd4bea..603d2b352 100755 --- a/site-updater-i2hq.sh +++ b/site-updater-i2hq.sh @@ -10,7 +10,7 @@ if grep "^mtn: \(add\|dropp\|updat\)ing 'i2p2www/translations/" "$TMP" >/dev/nul ./compile-messages-i2hq.sh fi -if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" >/dev/null; then +if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TMP" >/dev/null; then echo "Python files changed, restarting server" touch /tmp/2fcd2f17-c293-4f77-b4c9-9b266ba70daa fi -- GitLab