mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 21:31:50 +02:00
Update 99-run.sh
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env bashio
|
#!/bin/bash
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Launch App #
|
# Launch App #
|
||||||
##############
|
##############
|
||||||
echo " "
|
echo " "
|
||||||
bashio::log.info "Starting the app"
|
echo "Starting the app"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
python -u /app/gazpar2mqtt.py || bashio::log.fatal "The app has crashed. Are you sure you entered the correct config options?"
|
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