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
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.347"
version: "0.1.348"
slug: vhclient
description: VirtualHere Client
arch:
@@ -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