test
This commit is contained in:
@@ -1 +1 @@
|
||||
/etc/s6-overlay/scripts/vhclient-add-devices
|
||||
/etc/s6-overlay/scripts/vhclient-use-devices
|
||||
@@ -23,13 +23,16 @@ else
|
||||
fi
|
||||
|
||||
#if bashio::config.has_value 'clientid'; then
|
||||
if ${clientid+:} ; then
|
||||
if [ -n "$clientid" ]; then
|
||||
#clientid=($(bashio::config 'clientid'))
|
||||
bashio::log.info "Set General ClientId to ${clientid}"
|
||||
/usr/bin/vh_edit_config General ClientId ${clientid}
|
||||
else
|
||||
bashio::log.info "Set General ClientId to null"
|
||||
/usr/bin/vh_edit_config General ClientId null
|
||||
fi
|
||||
|
||||
if ${manualhub+:} ; then
|
||||
if [ -n "$manualhub" ]; then
|
||||
|
||||
bashio::log.info "Set Settings ManualHubs to ${manualhub}"
|
||||
/usr/bin/vh_edit_config Settings ManualHubs ${manualhub}
|
||||
|
||||
Reference in New Issue
Block a user