We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a1dee commit 6f939fcCopy full SHA for 6f939fc
tailscale/rootfs/etc/s6-overlay/scripts/stage2_hook.sh
@@ -18,9 +18,11 @@ function try {
18
set -e
19
}
20
21
+# Load add-on options, even deprecated one to upgrade
22
+options=$(bashio::addon.options)
23
+
24
# Upgrade configuration from 'proxy', 'funnel' and 'proxy_and_funnel_port' to 'share_homeassistant' and 'share_on_port'
25
# This step can be removed in a later version
-options=$(bashio::addon.options)
26
proxy=$(bashio::jq "${options}" '.proxy // empty')
27
funnel=$(bashio::jq "${options}" '.funnel // empty')
28
proxy_and_funnel_port=$(bashio::jq "${options}" '.proxy_and_funnel_port // empty')
0 commit comments