Ensure bin chmod

This commit is contained in:
Alexandre
2025-03-21 10:47:11 +01:00
committed by GitHub
parent ced4363e64
commit 6442c69844

View File

@@ -25,6 +25,9 @@ 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