mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Ensure bin chmod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user