mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* HomeMatic: s6-overlay & tempio * Use tempio * fix line end * Fix dev version * Fix bugs
9 lines
356 B
Bash
Executable File
9 lines
356 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Generate InterfacesList.xml
|
|
# ==============================================================================
|
|
tempio \
|
|
-conf /data/options.json \
|
|
-template /usr/share/tempio/InterfacesList.xml \
|
|
-out /etc/config/InterfacesList.xml
|