mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01: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_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
|
||||
|
||||
Reference in New Issue
Block a user