From 00a60dcd330c38088624a1ad0f9b13bb14968377 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 15:29:52 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh index 446df97cc..91da3dad1 100644 --- a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh @@ -140,7 +140,7 @@ fi bashio::log.info "Please wait while the app is loading !" if bashio::config.true 'silent'; then -bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug +bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug" /./usr/local/bin/entrypoint.sh >/dev/null else /./usr/local/bin/entrypoint.sh