Skip to content

Commit

Permalink
update revoke.sh
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
acavella committed Dec 28, 2023
1 parent b386b59 commit b45c06b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions revoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ make_temporary_log() {
# Create a random temporary file for the log
TEMPLOG=$(mktemp /tmp/revoke_temp.XXXXXX)
# Open handle 3 for templog
# https://stackoverflow.com/questions/18460186/writing-outputs-to-log-file-and-console
exec 3>${TEMPLOG}
# Delete templog, but allow for addressing via file handle
# This lets us write to the log without having a temporary file on the drive, which
# is meant to be a security measure so there is not a lingering file on the drive during the install process
rm ${TEMPLOG}
}

Expand Down

0 comments on commit b45c06b

Please sign in to comment.