Skip to content

Commit

Permalink
chore: remove unused variable in entrypoint.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jniklas2 <[email protected]>
  • Loading branch information
Jniklas2 committed Oct 19, 2024
1 parent 69d544e commit 705433e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ if [ "$1" != "check" ]; then
ARGS+=(--creds "$CREDS_ABS_PATH")
fi

IFS=
OUTPUT="$(dnscontrol "${ARGS[@]}")"
EXIT_CODE="$?"

Expand Down

0 comments on commit 705433e

Please sign in to comment.