build(utils/watchcontainerrun.sh): Further enhanced messages on container stop.

This commit is contained in:
Stephan Barth 2024-10-21 17:47:51 +02:00
parent 45ba635dca
commit 05c255a62f

View File

@ -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"