From 1d948cc7a7950a024000d383ad3d80b120d1f260 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:43:01 +0200 Subject: [PATCH] Update 91-scripts --- emby/root/etc/cont-init.d/91-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/root/etc/cont-init.d/91-scripts b/emby/root/etc/cont-init.d/91-scripts index 64714bf977..7072c07325 100644 --- a/emby/root/etc/cont-init.d/91-scripts +++ b/emby/root/etc/cont-init.d/91-scripts @@ -7,5 +7,5 @@ if bashio::config.true 'silent'; then APPEND=' > /dev/null' sed -i '$s|$|'"$APPEND"'|' /etc/services.d/emby/run -bashio::log.info 'Silent mode activated' +bashio::log.info 'Silent mode activated, all logs from emby server are hidden. Disable this option if you need to troubleshoot emby.' fi