Update 99-run.sh

This commit is contained in:
Alexandre
2021-12-03 16:54:40 +01:00
committed by GitHub
parent e03045bb37
commit b72694642d

View File

@@ -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?"