Update 80-configuration.sh

This commit is contained in:
Alexandre
2022-02-07 18:36:40 +01:00
committed by GitHub
parent 7c9fae4829
commit 3093a85bc9

View File

@@ -45,5 +45,5 @@ fi
# Set password
if bashio::config.has_value 'PASSWORD'; then
bashio::log.info "Setting password to the value defined in options"
echo "$(bashio::config 'PASSWORD')" | passwd --stdin abc
echo $(bashio::config 'PASSWORD') | passwd --stdin abc
fi