From ab52ac0293c9938bf948e2487e74703433e109d0 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 1 Nov 2021 22:14:21 +0100 Subject: [PATCH] crash message --- enedisGateway2MQTT/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?"