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