From 67395c4e7831710fa4f3c41ffe98ef12e4afe4a4 Mon Sep 17 00:00:00 2001 From: Stephan Barth Date: Mon, 21 Oct 2024 18:44:28 +0200 Subject: [PATCH] build(utils/watchcontainerrun.sh): Less output on container stop. --- utils/watchcontainerrun.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/watchcontainerrun.sh b/utils/watchcontainerrun.sh index 36f1dbae9..eb2073024 100755 --- a/utils/watchcontainerrun.sh +++ b/utils/watchcontainerrun.sh @@ -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