We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdbdb5 commit e0fd010Copy full SHA for e0fd010
lib/cleanup.sh
@@ -4,7 +4,7 @@
4
# Note that this will have no effect if the `DONT_DELETE_KEYS` environment has
5
# been set (useful for testing)
6
cleanup::exit_trap() {
7
- # Delete the keys unless the `DO_NOT_DELETE` flag is set
+ # Delete the keys unless the `DONT_DELETE_KEYS` flag is set
8
if [[ "${DONT_DELETE_KEYS}" == "" ]]; then
9
log::info '[CLEANUP TRAP] Removing Keys'
10
rm -f "${CERT_PATH}"/ca-key.pem \
0 commit comments