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