Skip to content

Commit 5eab76e

Browse files
authored
Update run
testing
1 parent 8fd9166 commit 5eab76e

File tree

1 file changed

+3
-1
lines changed
  • netbird/rootfs/etc/s6-overlay/s6-rc.d/netbird

1 file changed

+3
-1
lines changed

netbird/rootfs/etc/s6-overlay/s6-rc.d/netbird/run

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ declare -a options
88
declare name
99
declare value
1010

11+
touch config/111
12+
touch /config/222
1113
# Get the options configured in HASS GUI
12-
readonly CONFIG_PATH=/config/config.json
14+
readonly CONFIG_PATH=config/config.json
1315

1416
admin_url="$(bashio::config 'admin_url')"
1517
management_url="$(bashio::config 'management_url')"

0 commit comments

Comments
 (0)