config path

This commit is contained in:
jkoschke
2022-01-13 01:02:38 +01:00
parent dc1f39f8de
commit 8efe0e6ed2
2 changed files with 6 additions and 2 deletions

View File

@ -14,4 +14,6 @@ ports:
options: options:
name: "hassio" name: "hassio"
schema: schema:
name: str name: str
map:
- config:rw

View File

@ -7,4 +7,6 @@ NAME="$(bashio::config 'name')"
curl -Lso /data/tinc.config https://gitea.jkoschke.me/Jan/hass-addon-repository/raw/branch/main/tinc-homeassistant/tinc.config 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 sed -i 's|{{NAME}}|'$NAME'|' /data/tinc.config
cat /data/tinc.config cat /data/tinc.config
ls /config