mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 09:05:55 +02:00
Update 50-mounts
This commit is contained in:
@@ -29,7 +29,7 @@ fi
|
|||||||
|
|
||||||
# Mount CIFS Share if configured and if Protection Mode is active
|
# Mount CIFS Share if configured and if Protection Mode is active
|
||||||
if bashio::config.has_value 'networkdisks'; then
|
if bashio::config.has_value 'networkdisks'; then
|
||||||
MOREDISKS=$(bashio::config 'networkdisks')
|
MOREDISKS="$(bashio::config 'networkdisks')"
|
||||||
CIFS_USERNAME=$(bashio::config 'cifsusername')
|
CIFS_USERNAME=$(bashio::config 'cifsusername')
|
||||||
CIFS_PASSWORD=$(bashio::config 'cifspassword')
|
CIFS_PASSWORD=$(bashio::config 'cifspassword')
|
||||||
ITERATOR=1
|
ITERATOR=1
|
||||||
|
|||||||
Reference in New Issue
Block a user