test
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#!/command/with-contenv bashio
|
||||
|
||||
if bashio::config.has_value 'clientid'; then
|
||||
bashio::log.info "Set ClientId"
|
||||
clientid=($(bashio::config 'clientid'))
|
||||
bashio::log.info "Set ClientId to ${clientid}"
|
||||
fi
|
||||
|
||||
if bashio::config.has_value 'autofind'; then
|
||||
bashio::log.info "Set AUTOFIND"
|
||||
autofind=($(bashio::config 'autofind'))
|
||||
bashio::log.info "Set AUTOFIND ${autofind}"
|
||||
fi
|
||||
|
||||
#TEST
|
||||
|
||||
Reference in New Issue
Block a user