test
This commit is contained in:
@@ -10,6 +10,12 @@ if bashio::config.has_value 'autofind'; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if bashio::config.has_value 'clientid'; then
|
||||
clientid=($(bashio::config 'clientid'))
|
||||
bashio::log.info "Set ClientId to ${clientid}"
|
||||
/usr/bin/vhconfig_edit General ClientId ${clientid}
|
||||
fi
|
||||
|
||||
if bashio::config.has_value 'manualhub'; then
|
||||
manualhub=($(bashio::config 'manualhub'))
|
||||
bashio::log.info "Set HUB to ${manualhub}"
|
||||
|
||||
Reference in New Issue
Block a user