diff --git a/Containers/collabora-online/healthcheck.sh b/Containers/collabora-online/healthcheck.sh index 45e9278b..399d8107 100644 --- a/Containers/collabora-online/healthcheck.sh +++ b/Containers/collabora-online/healthcheck.sh @@ -1,5 +1,9 @@ #!/bin/bash +if [ "$AIO_LOG_LEVEL" = 'debug' ]; then + set -x +fi + # Unfortunately, no curl and no nc is installed in the container # and packages can also not be added as the package list is broken. # So always exiting 0 for now.