This commit is contained in:
jkoschke
2022-01-13 00:51:22 +01:00
parent 7e4ee835e6
commit dc1f39f8de

View File

@ -5,6 +5,6 @@ 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'|' tinc.config
sed -i 's|{{NAME}}|'$NAME'|' /data/tinc.config
cat /data/tinc.config