Update 92-smb_mounts_v1.2.sh

This commit is contained in:
Alexandre
2021-04-24 22:28:24 +02:00
committed by GitHub
parent c4f00d0a77
commit 1f9475cab7

View File

@@ -12,8 +12,8 @@ if bashio::config.has_value 'networkdisks'; then
CIFS_USERNAME=$(bashio::config 'cifsusername')
CIFS_PASSWORD=$(bashio::config 'cifspassword')
if bashio::config.has_value 'domain'; then
DOMAIN=",domain=$(bashio::config 'domain')"
if bashio::config.has_value 'cifsdomain'; then
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
else
DOMAIN=""
fi