test
This commit is contained in:
@@ -16,9 +16,10 @@ 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} ]; then
|
||||
/usr/bin/vhclient -t "AUTO USE ALL"
|
||||
else
|
||||
/usr/bin/vhclient -t "AUTO USE CLEAR ALL"
|
||||
/usr/bin/vhclient -t "STOP USING ALL LOCAL"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user