From b56012e0bf8925cdf78e7d9cf37d0173487460c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 07:05:21 +0200 Subject: [PATCH] Clean --- mealie/rootfs/run.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index d146a0ef8..29e3a3b50 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -25,16 +25,6 @@ done rm /.env || true rm /env.py || true -#################### -# Export variables # -#################### - -bashio::log.info "Exporting variables" -for k in $(bashio::jq "/data/options.json" 'keys | .[]'); do - bashio::log.blue "$k"="$(bashio::config "$k")" - export "$k"="$(bashio::config "$k")" -done - #################### # MIGRATE DATA DIR # ####################