Update 99-run.sh

This commit is contained in:
Alexandre
2025-03-20 16:09:40 +01:00
committed by GitHub
parent 41d94a99c6
commit 5bce9eebd2

View File

@@ -54,6 +54,10 @@ else
fi
fi || true
# Fix timezone as per installer
CURRENT_TIMEZONE="$(timedatectl show --value --property=Timezone)"
[ -f /etc/timezone ] && echo "$CURRENT_TIMEZONE" | sudo tee /etc/timezone > /dev/null
bashio::log.info "Starting system services"
bashio::log.info "Starting cron service"