From ba28cf3d200c0fb5242d85fb90ac173ebecb8240 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Wed, 26 Feb 2025 09:52:40 +0100 Subject: [PATCH] Forward environment variables --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 42cfe23f..55b6e0c1 100755 --- a/run.sh +++ b/run.sh @@ -23,4 +23,4 @@ fi # Now run the core with the possibly converted configuration. -exec ./bin/core \ No newline at end of file +exec env ./bin/core