From 2978ba98c5edaf13035e99994600e3a9b7c350c6 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 5 Mar 2024 15:57:04 +0100 Subject: [PATCH] add one log to imaginary container so that one know that it has started Signed-off-by: Simon L --- Containers/imaginary/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/imaginary/start.sh b/Containers/imaginary/start.sh index 67af02d9..2b93da8f 100644 --- a/Containers/imaginary/start.sh +++ b/Containers/imaginary/start.sh @@ -1,5 +1,6 @@ #!/bin/bash +echo "Imaginary has started" if [ -z "$IMAGINARY_SECRET" ]; then imaginary -return-size -max-allowed-resolution 222.2 "$@" else