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