From aee50922cb9f5caf819384671898b9d74f241ac3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:44:48 +0100 Subject: [PATCH] Update run.txt --- mealie_api/rootfs/run.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mealie_api/rootfs/run.txt b/mealie_api/rootfs/run.txt index b82064424..985fccd43 100644 --- a/mealie_api/rootfs/run.txt +++ b/mealie_api/rootfs/run.txt @@ -1,6 +1,8 @@ #!/usr/bin/env bashio # shellcheck shell=bash +set -e + if [ ! -f /started ]; then touch /started