diff --git a/getssl b/getssl index 87a77f4..8c71ec6 100755 --- a/getssl +++ b/getssl @@ -1190,7 +1190,7 @@ while [[ -n $1 ]]; do -k | --keep) shift; _KEEP_VERSIONS="$1";; -n | --no-tokencheck) - _NO_TOKENCHECK=1 ;; + _NO_TOKENCHECK=1 ;; -q | --quiet) _QUIET=1 ;; -Q | --mute)