Update 50-mounts

This commit is contained in:
Alexandre
2021-06-17 22:10:56 +02:00
committed by GitHub
parent 3aa7d457fa
commit 0e3601a1ce

View File

@@ -29,7 +29,7 @@ fi
# Mount CIFS Share if configured and if Protection Mode is active
if bashio::config.has_value 'networkdisks'; then
MOREDISKS=$(bashio::config 'networkdisks')
MOREDISKS="$(bashio::config 'networkdisks')"
CIFS_USERNAME=$(bashio::config 'cifsusername')
CIFS_PASSWORD=$(bashio::config 'cifspassword')
ITERATOR=1