Update 80-configuration.sh

This commit is contained in:
Alexandre
2022-04-21 13:41:29 +02:00
committed by GitHub
parent 5d6864e21b
commit 59db4a45c2

View File

@@ -43,13 +43,6 @@ if bashio::config.has_value 'KEYBOARD'; then
sed -i "1a export KEYBOARD=$KEYBOARD" /etc/services.d/web/run
fi
# Set TZ
if bashio::config.has_value 'TZ'; then
TIMEZONE=$(bashio::config 'TZ')
bashio::log.info "Setting timezone to $TIMEZONE"
ln -snf /usr/share/zoneinfo/"$TZ" /etc/localtime && echo "$TZ" >/etc/timezone
fi
# Set password
if bashio::config.has_value 'PASSWORD'; then
bashio::log.info "Setting password to the value defined in options"