From 3a7822ae726bddaa016d97cb87d8a086819a3687 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:11:29 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 44fb7e5b3..cddc5927c 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -77,7 +77,7 @@ function parse_yaml { } # Get list of parameters in a file -parse_yaml /tempenv "" >/tmpfile +parse_yaml "$CONFIGSOURCE" >/tmpfile while IFS= read -r line; do # Clean output