Update 80-configuration.sh

This commit is contained in:
Alexandre
2022-02-07 15:53:53 +01:00
committed by GitHub
parent 538a5773be
commit 00f7631ae6

View File

@@ -44,8 +44,6 @@ fi
# Set password
if bashio::config.has_value 'PASSWORD'; then
PASSWORD=$(bashio::config 'PASSWORD')
bashio::log.info "Setting password to the value defined in options"
sed -i "1a export PASSWORD=$PASSWORD" /etc/services.d/web/run
echo "$(bashio::config 'PASSWORD')" | passwd --stdin abc
fi