mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
ps_password
This commit is contained in:
@@ -7,7 +7,9 @@ set -e
|
||||
##############
|
||||
|
||||
bashio::log.info "Setting password for the user pi"
|
||||
echo "pi:$(bashio::config "pi_password")" | chpasswd
|
||||
if bashio::config.has_value "pi_password"; then
|
||||
echo "pi:$(bashio::config "pi_password")" | chpasswd
|
||||
fi
|
||||
bashio::log.info "Password set successfully for user pi."
|
||||
|
||||
bashio::log.info "Setting timezone :"
|
||||
|
||||
Reference in New Issue
Block a user