From dc9726d372cdca35732b4fd15aee7532d1d64eb3 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Fri, 17 May 2024 21:22:43 +1200 Subject: [PATCH] chore: Fetchmail debug should require ENV enabled --- target/bin/debug-fetchmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bin/debug-fetchmail b/target/bin/debug-fetchmail index 7e267184..f1e7051f 100755 --- a/target/bin/debug-fetchmail +++ b/target/bin/debug-fetchmail @@ -5,7 +5,7 @@ source /usr/local/bin/helpers/log.sh # shellcheck source=../scripts/startup/setup.d/fetchmail.sh source /usr/local/bin/setup.d/fetchmail.sh -ENABLE_FETCHMAIL=1 _setup_fetchmail +_setup_fetchmail su -s /bin/sh -c "/usr/bin/fetchmail \ --verbose \