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"