mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 11:24:53 +01:00
11 lines
250 B
Bash
11 lines
250 B
Bash
#!/usr/bin/env bashio
|
|
|
|
##############
|
|
# Launch App #
|
|
##############
|
|
echo " "
|
|
bashio::log.info "Starting the app"
|
|
echo " "
|
|
|
|
python -u /app/gazpar2mqtt.py || bashio::log.fatal "The app has crashed. Are you sure you entered the correct config options?"
|