Merge branch 'TinCanTech-cleanup-cleanup'

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-08 21:17:11 +01:00
commit 324aa4e660
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -350,7 +350,7 @@ cleanup() {
[ -z "$EASYRSA_TEMP_DIR_session" ] || rm -rf "$EASYRSA_TEMP_DIR_session" [ -z "$EASYRSA_TEMP_DIR_session" ] || rm -rf "$EASYRSA_TEMP_DIR_session"
# shellcheck disable=SC3040 # shellcheck disable=SC3040
(stty echo 2>/dev/null) || { (set -o echo 2>/dev/null) && set -o echo; } (stty echo 2>/dev/null) || { (set -o echo 2>/dev/null) && set -o echo; }
echo "" # just to get a clean line [ "$EASYRSA_SILENT" ] || echo "" # just to get a clean line
} # => cleanup() } # => cleanup()
easyrsa_openssl() { easyrsa_openssl() {