Update 99-run.sh

This commit is contained in:
Alexandre
2025-04-27 09:06:41 +02:00
committed by GitHub
parent ddc94b859d
commit 453a9574ee

View File

@@ -25,9 +25,6 @@ if bashio::config.has_value "pi_password"; then
fi
bashio::log.info "Password set successfully for user pi."
# Ensure permissions
chown pi:pi /usr/local/bin/*
# Use timezone defined in add-on options if available
bashio::log.info "Setting timezone :"
if bashio::config.has_value 'TZ'; then