This commit is contained in:
Hans Karlinius
2024-12-03 11:44:14 +01:00
parent 0c1cf83e3a
commit ed94c0d3f2
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if [ -n "$clientid" ]; then
bashio::log.info "Set General ClientId to ${clientid}"
/usr/bin/vh_editini General ClientId ${clientid}
else
bashio::log.info "Set General ClientId to null"
bashio::log.info "Remove General ClientId"
/usr/bin/vh_editini General ClientId
fi
@@ -34,6 +34,6 @@ if [ -n "$manualhub" ]; then
bashio::log.info "Set Settings ManualHubs to ${manualhub}"
/usr/bin/vh_editini Settings ManualHubs ${manualhub}
else
bashio::log.info "Set Settings ManualHubs to null"
bashio::log.info "Remove Settings ManualHubs"
/usr/bin/vh_editini Settings ManualHubs
fi