Update 92-smb_mounts.sh

This commit is contained in:
Alexandre
2021-10-28 23:13:13 +02:00
committed by GitHub
parent 3f75b3b790
commit 542ee640e9

View File

@@ -14,7 +14,7 @@ if bashio::config.has_value 'networkdisks'; then
SECVERS="" SECVERS=""
# Mount CIFS Share if configured and if Protection Mode is active # Mount CIFS Share if configured and if Protection Mode is active
bashio::log.info 'Mounting smb share(s)...' echo 'Mounting smb share(s)...'
if bashio::config.has_value 'cifsdomain'; then if bashio::config.has_value 'cifsdomain'; then
DOMAIN=",domain=$(bashio::config 'cifsdomain')" DOMAIN=",domain=$(bashio::config 'cifsdomain')"