Update 80-configuration.sh

This commit is contained in:
Alexandre
2023-09-03 10:20:40 +02:00
committed by GitHub
parent b3dfba4e12
commit 73ca3aa48b

View File

@@ -25,7 +25,7 @@ if bashio::config.has_value 'TZ'; then
bashio::log.info "Setting timezone to $TIMEZONE"
ln -snf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime
echo "$TIMEZONE" >/etc/timezone
fi || true
fi || (bashio::log.fatal "Error : $TIMEZONE not found. Here is a list of valid timezones : https://manpages.ubuntu.com/manpages/lunar/en/man3/DateTime::TimeZone.3pm.html")
# Set keyboard
if bashio::config.has_value 'KEYBOARD'; then