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