Skip to content

Commit

Permalink
Merge pull request #594 from olifre/fix-oidc-agent-service-opts
Browse files Browse the repository at this point in the history
oidc-agent-service: fix passing of oidc-agent options
  • Loading branch information
zachmann authored Aug 31, 2024
2 parents 83bac9f + a14a079 commit 8efc7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidc-agent-service/oidc-agent-service
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function echo_vars() {
}

function start() {
json=$(${OIDC_AGENT} -a "${SOCK}" "${OIDC_AGENT_OPTS}" --pid-file="${PID_FILE}" --json)
json=$(${OIDC_AGENT} -a "${SOCK}" ${OIDC_AGENT_OPTS} --pid-file="${PID_FILE}" --json)
OIDCD_PID=$(${ECHO} "${json}" | "${JQ}" -r ".dpid")
echo_vars
}
Expand Down

0 comments on commit 8efc7a5

Please sign in to comment.