mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Update run.sh
This commit is contained in:
@@ -39,12 +39,17 @@ if bashio::supervisor.ping; then
|
|||||||
'-----------------------------------------------------------'
|
'-----------------------------------------------------------'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
sleep 60
|
||||||
|
done
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Create config #
|
# Create config #
|
||||||
#################
|
#################
|
||||||
mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf
|
#mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Launch App #
|
# Launch App #
|
||||||
##############
|
##############
|
||||||
/usr/sbin/inadyn --foreground
|
#/usr/sbin/inadyn --foreground
|
||||||
|
|||||||
Reference in New Issue
Block a user