mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
12 lines
230 B
Bash
12 lines
230 B
Bash
#!/usr/bin/env bashio
|
|
|
|
#################
|
|
# Create config #
|
|
#################
|
|
mustache-cli /data/options.json /templates/inadyn.mustache >/etc/inadyn.conf
|
|
|
|
##############
|
|
# Launch App #
|
|
##############
|
|
/usr/sbin/inadyn --foreground
|