From 705433ea7a0d3c4e1288562dac1e22c1f07897a1 Mon Sep 17 00:00:00 2001 From: Jniklas2 <18490197+Jniklas2@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:10:27 +0200 Subject: [PATCH] chore: remove unused variable in entrypoint.sh Signed-off-by: Jniklas2 <18490197+Jniklas2@users.noreply.github.com> --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c88d8db..0561c44 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,6 @@ if [ "$1" != "check" ]; then ARGS+=(--creds "$CREDS_ABS_PATH") fi -IFS= OUTPUT="$(dnscontrol "${ARGS[@]}")" EXIT_CODE="$?"