mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update 00-smb_mounts.sh
This commit is contained in:
@@ -41,7 +41,7 @@ if bashio::config.has_value 'networkdisks'; then
|
|||||||
if bashio::config.has_value 'cifsdomain'; then
|
if bashio::config.has_value 'cifsdomain'; then
|
||||||
echo "... using domain $(bashio::config 'cifsdomain')"
|
echo "... using domain $(bashio::config 'cifsdomain')"
|
||||||
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
||||||
DOMAINCLIENT=",--workgroup=$(bashio::config 'cifsdomain')"
|
DOMAINCLIENT="--workgroup=$(bashio::config 'cifsdomain')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Is UID/GID set
|
# Is UID/GID set
|
||||||
|
|||||||
Reference in New Issue
Block a user