test
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
if bashio::config.has_value 'autouse'; then
|
||||
autouse=($(bashio::config 'autouse'))
|
||||
bashio::log.info "Set AUTOUSE all devices to ${autouse}"
|
||||
if [ ${autouse} ]; then
|
||||
if [ "${autouse}" = "true" ]; then
|
||||
bashio::log.info "AUTO USE ALL"
|
||||
/usr/bin/vhclient -t "AUTO USE ALL"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user