test
This commit is contained in:
@@ -21,8 +21,10 @@ fi
|
||||
bashio::log.info "Set AUTOFIND hub to ${autofind}"
|
||||
#if [ "${autofind}" = "true" ]; then
|
||||
if $autofind; then
|
||||
bashio::log.info "Enable AutoFind"
|
||||
/usr/bin/vh_edit_config General AutoFind 1
|
||||
else
|
||||
bashio::log.info "Disable AutoFind"
|
||||
/usr/bin/vh_edit_config General AutoFind 0
|
||||
fi
|
||||
#fi
|
||||
|
||||
Reference in New Issue
Block a user