diff --git a/enedisGateway2MQTT/rootfs/run.sh b/enedisGateway2MQTT/rootfs/run.sh index 388d92b6a..a320f9cbd 100644 --- a/enedisGateway2MQTT/rootfs/run.sh +++ b/enedisGateway2MQTT/rootfs/run.sh @@ -57,4 +57,4 @@ bashio::log.info "Starting the app" ############## # Launch App # ############## -python -u /app/main.py +python -u /app/main.py || bashio::log.fatal "The app has crashed. Are you sure you entered the correct config options?"