mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 14:21:49 +02:00
Define variables
This commit is contained in:
@@ -12,6 +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')
|
||||||
MOUNTED=false
|
MOUNTED=false
|
||||||
|
SMBVERS=""
|
||||||
|
SECVERS=""
|
||||||
|
|
||||||
if bashio::config.has_value 'cifsdomain'; then
|
if bashio::config.has_value 'cifsdomain'; then
|
||||||
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
||||||
|
|||||||
Reference in New Issue
Block a user