mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 13:59:15 +02:00
New logic
This commit is contained in:
11
inadyn/rootfs/scripts/99-run.sh
Normal file
11
inadyn/rootfs/scripts/99-run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
#################
|
||||
# Create config #
|
||||
#################
|
||||
mustache-cli /data/options.json /templates/inadyn.mustache >/etc/inadyn.conf
|
||||
|
||||
##############
|
||||
# Launch App #
|
||||
##############
|
||||
/usr/sbin/inadyn --foreground
|
||||
Reference in New Issue
Block a user