From 05c255a62f079fc1bf69498552d58d6d2ef8274d Mon Sep 17 00:00:00 2001 From: Stephan Barth Date: Mon, 21 Oct 2024 17:47:51 +0200 Subject: [PATCH] build(utils/watchcontainerrun.sh): Further enhanced messages on container stop. --- utils/watchcontainerrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/watchcontainerrun.sh b/utils/watchcontainerrun.sh index 97aa18355..36f1dbae9 100755 --- a/utils/watchcontainerrun.sh +++ b/utils/watchcontainerrun.sh @@ -35,7 +35,7 @@ while [ -e "$FILENAME" ] ; do inotifywait -e ATTRIB -t 10 "$FILENAME" > /dev/null 2>/dev/null done -echo "containerfile was removed; initiating stop on container with id:" +echo "containerfile '$FILENAME' was removed; initiating stop on container with id:" echo -n " " $RUNNER stop "$CONTAINER_ID"