mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Update 92-smb_mounts_v1.2.sh
This commit is contained in:
@@ -12,8 +12,8 @@ if bashio::config.has_value 'networkdisks'; then
|
|||||||
CIFS_USERNAME=$(bashio::config 'cifsusername')
|
CIFS_USERNAME=$(bashio::config 'cifsusername')
|
||||||
CIFS_PASSWORD=$(bashio::config 'cifspassword')
|
CIFS_PASSWORD=$(bashio::config 'cifspassword')
|
||||||
|
|
||||||
if bashio::config.has_value 'domain'; then
|
if bashio::config.has_value 'cifsdomain'; then
|
||||||
DOMAIN=",domain=$(bashio::config 'domain')"
|
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
||||||
else
|
else
|
||||||
DOMAIN=""
|
DOMAIN=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user