From 896c122b4bf769c586f00002cebd7c998dbf616f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:38:56 +0100 Subject: [PATCH] Update run.txt --- mealie_api/rootfs/run.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mealie_api/rootfs/run.txt b/mealie_api/rootfs/run.txt index cf7245384..b82064424 100644 --- a/mealie_api/rootfs/run.txt +++ b/mealie_api/rootfs/run.txt @@ -1,6 +1,10 @@ #!/usr/bin/env bashio # shellcheck shell=bash +if [ ! -f /started ]; then + +touch /started + #################### # Starting scripts # #################### @@ -107,3 +111,5 @@ fi bashio::log.info "Starting app" + +fi