add one log to imaginary container so that one know that it has started

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-03-05 15:57:04 +01:00
parent 27c783da9c
commit 2978ba98c5

View file

@ -1,5 +1,6 @@
#!/bin/bash
echo "Imaginary has started"
if [ -z "$IMAGINARY_SECRET" ]; then
imaginary -return-size -max-allowed-resolution 222.2 "$@"
else