mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
12 lines
249 B
Bash
Executable File
12 lines
249 B
Bash
Executable File
#!/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?"
|