From eda08015329779693b924d750ea666840271e26c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:22:05 +0100 Subject: [PATCH] Update 91-silent.sh --- emby/root/etc/cont-init.d/91-silent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/root/etc/cont-init.d/91-silent.sh b/emby/root/etc/cont-init.d/91-silent.sh index 7072c0732..1714f47de 100644 --- a/emby/root/etc/cont-init.d/91-silent.sh +++ b/emby/root/etc/cont-init.d/91-silent.sh @@ -6,6 +6,6 @@ if bashio::config.true 'silent'; then APPEND=' > /dev/null' -sed -i '$s|$|'"$APPEND"'|' /etc/services.d/emby/run -bashio::log.info 'Silent mode activated, all logs from emby server are hidden. Disable this option if you need to troubleshoot emby.' +sed -i '$s|$|'"$APPEND"'|' /etc/services.d/*/run +bashio::log.info 'Silent mode activated, all logs from emby server are hidden. Disable this option if you need to troubleshoot the addon.' fi