Define variables

This commit is contained in:
Alexandre
2021-04-29 18:41:41 +02:00
committed by GitHub
parent f1b73e990e
commit fbffb1c8ea

View File

@@ -12,6 +12,8 @@ if bashio::config.has_value 'networkdisks'; then
CIFS_USERNAME=$(bashio::config 'cifsusername')
CIFS_PASSWORD=$(bashio::config 'cifspassword')
MOUNTED=false
SMBVERS=""
SECVERS=""
if bashio::config.has_value 'cifsdomain'; then
DOMAIN=",domain=$(bashio::config 'cifsdomain')"