mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 19:18:10 +01:00
11 lines
225 B
Bash
11 lines
225 B
Bash
#!/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?"
|