From b72694642da93ab3dbb3e032f1ca8c5d6bf30bcd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 3 Dec 2021 16:54:40 +0100 Subject: [PATCH] Update 99-run.sh --- gazpar2mqtt/rootfs/scripts/99-run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gazpar2mqtt/rootfs/scripts/99-run.sh b/gazpar2mqtt/rootfs/scripts/99-run.sh index 71f07082f..f17381879 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -1,10 +1,10 @@ -#!/usr/bin/env bashio +#!/bin/bash ############## # Launch App # ############## echo " " -bashio::log.info "Starting the app" +echo "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?" +python -u /app/gazpar2mqtt.py || echo "The app has crashed. Are you sure you entered the correct config options?"