build(utils/watchcontainerrun.sh): Less output on container stop.

This commit is contained in:
Stephan Barth 2024-10-21 18:44:28 +02:00
parent 05c255a62f
commit 67395c4e78

View File

@ -35,9 +35,7 @@ while [ -e "$FILENAME" ] ; do
inotifywait -e ATTRIB -t 10 "$FILENAME" > /dev/null 2>/dev/null
done
echo "containerfile '$FILENAME' was removed; initiating stop on container with id:"
echo -n " "
$RUNNER stop "$CONTAINER_ID"
$RUNNER stop "$CONTAINER_ID" > /dev/null 2>/dev/null
$CLEANUPSCRIPT