summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-07-13 14:39:23 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-07-13 14:39:23 +0200
commitdeb155f3247ed00b92f8a7af62c76658633a0475 (patch)
tree0338d8e31ae2d03909c627bffc73c1e17ab2042c
parente6aad7fd9071fdafae88b96e664784d25120357f (diff)
Correct name of synchronization file
Change-Id: Id202a6aac4952097ff7b6fde7f6861338b8be182
-rwxr-xr-xinvoke_session_debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/invoke_session_debian b/invoke_session_debian
index 0a7899b..fcc6f16 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -66,7 +66,7 @@ if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost true; then
fi
echo "*** WAITING FOR SOURCE: ${ip_addr}"
-while ! test -e /tmp/benchsrc_lock; do inotifywait -e create /tmp; done
+while ! test -e /tmp/benchsrc_ready; do inotifywait -e create /tmp; done
echo ""
mkdir -p /run
mkdir -p /run/hacking