build(utils/watchcontainerrun.sh): Further enhanced messages on container stop.
This commit is contained in:
parent
45ba635dca
commit
05c255a62f
@ -35,7 +35,7 @@ while [ -e "$FILENAME" ] ; do
|
|||||||
inotifywait -e ATTRIB -t 10 "$FILENAME" > /dev/null 2>/dev/null
|
inotifywait -e ATTRIB -t 10 "$FILENAME" > /dev/null 2>/dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "containerfile was removed; initiating stop on container with id:"
|
echo "containerfile '$FILENAME' was removed; initiating stop on container with id:"
|
||||||
echo -n " "
|
echo -n " "
|
||||||
$RUNNER stop "$CONTAINER_ID"
|
$RUNNER stop "$CONTAINER_ID"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user