Skip to content

Commit

Permalink
Remove duplicate date
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Apr 23, 2024
1 parent 0fe25d2 commit 1fd84f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oidc-tokensh/oidc-tokensh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ start_token_renewer() {
echo "[${LINENO}] oidc-token args are ${OIDC_TOKEN_ARGS}"
}
while true; do
date
echo "Renewal scheduled in $SLEEPSECS seconds"
sleep $SLEEPSECS
date
Expand Down

0 comments on commit 1fd84f2

Please sign in to comment.