12 lines
305 B
Bash
12 lines
305 B
Bash
#!/usr/bin/with-contenv bashio
|
|
|
|
CONFIG_PATH=/data/options.json
|
|
|
|
NAME="$(bashio::config 'name')"
|
|
|
|
curl -Lso /data/tinc.config https://gitea.jkoschke.me/Jan/hass-addon-repository/raw/branch/main/tinc-homeassistant/tinc.config
|
|
sed -i 's|{{NAME}}|'$NAME'|' /data/tinc.config
|
|
|
|
cat /data/tinc.config
|
|
|
|
ls /config |