Skip to content

Commit

Permalink
Remove nodaemon arg from running client
Browse files Browse the repository at this point in the history
  • Loading branch information
tsigouris007 committed Mar 4, 2024
1 parent 090bcfb commit 3a43e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
export $(echo "CLIENT_ID=$CLIENT_ID CLIENT_SECRET=$CLIENT_SECRET API_BASE_URL=$API_BASE_URL") && envsubst < "${WORKDIR}/${CONFIG}.template" > "${CONFIGDIR}/${CONFIG}"

# Run this in the background and output the enrollment into a file
cs.falconhoseclient -nodaemon -config="${CONFIGDIR}/${CONFIG}" 2>&1 &
cs.falconhoseclient -config="${CONFIGDIR}/${CONFIG}" 2>&1

# Poll the output to stdout
tail -f ${LOGDIR}/output > /dev/stdout

0 comments on commit 3a43e63

Please sign in to comment.