mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-17 03:20:31 +02:00
11
gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Normal file
11
gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
##############
|
||||
# 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