From fa5f3ca6c13972525049153e02ec8d7d4f2ea25f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:13:14 +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 cddc5927c..64714fbd9 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 "$CONFIGSOURCE" >/tmpfile +parse_yaml "$CONFIGSOURCE" "" >/tmpfile while IFS= read -r line; do # Clean output