mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-29 20:04:05 +02:00
Update and rename 91-verbose to 91-scripts
This commit is contained in:
12
emby/root/etc/cont-init.d/91-scripts
Normal file
12
emby/root/etc/cont-init.d/91-scripts
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
###############
|
||||
# SILENT MODE #
|
||||
###############
|
||||
|
||||
if bashio::config.true 'silent'; then
|
||||
APPEND='&> /dev/null'
|
||||
sed '$s/$/'"$x"'/' /etc/services.d/emby/run
|
||||
bashio::log.info 'Silent mode activated'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user