We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd9166 commit 5eab76eCopy full SHA for 5eab76e
netbird/rootfs/etc/s6-overlay/s6-rc.d/netbird/run
@@ -8,8 +8,10 @@ declare -a options
8
declare name
9
declare value
10
11
+touch config/111
12
+touch /config/222
13
# Get the options configured in HASS GUI
-readonly CONFIG_PATH=/config/config.json
14
+readonly CONFIG_PATH=config/config.json
15
16
admin_url="$(bashio::config 'admin_url')"
17
management_url="$(bashio::config 'management_url')"
0 commit comments