mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 17:21:14 +08:00
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:
parent
27c783da9c
commit
2978ba98c5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Imaginary has started"
|
||||
if [ -z "$IMAGINARY_SECRET" ]; then
|
||||
imaginary -return-size -max-allowed-resolution 222.2 "$@"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue