mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-13 09:30:32 +02:00
align to cont-init.d
This commit is contained in:
10
gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Normal file
10
gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
##############
|
||||
# Launch App #
|
||||
##############
|
||||
echo " "
|
||||
echo "Starting the app"
|
||||
echo " "
|
||||
|
||||
python -u /app/gazpar2mqtt.py || echo "The app has crashed. Are you sure you entered the correct config options?"
|
||||
Reference in New Issue
Block a user