From 1b04bcb2c0ca22775aef55f092a150f1bf12d2b9 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 17 Oct 2022 16:46:11 +0100 Subject: [PATCH] Update test init string --- root/etc/cont-init.d/50-config | 5 +++++ 1 file changed, 5 insertions(+) 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