diff --git a/root/etc/cont-init.d/50-config b/root/etc/cont-init.d/50-config index c363381..2d0f480 100644 --- a/root/etc/cont-init.d/50-config +++ b/root/etc/cont-init.d/50-config @@ -35,6 +35,11 @@ do fi done +# Echo init finish for test runs +if [ -n "${TEST_RUN}" ]; then + echo '[ls.io-init] done.' +fi + # Create API key if needed if [ ! -f "/config/BOOKSTACK_APP_KEY.txt" ]; then