Skip to content

Commit ce629e8

Browse files
author
neil
committed
fix typo
1 parent 20cfc4a commit ce629e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ _initpath() {
28732873

28742874
if _isEccKey "$_ilength"; then
28752875
DOMAIN_PATH="$domainhomeecc"
2876-
elif [ -z "$__SELECTED_RSA_KEY" ]
2876+
elif [ -z "$__SELECTED_RSA_KEY" ]; then
28772877
if [ ! -d "$domainhome" ] && [ -d "$domainhomeecc" ]; then
28782878
_info "The domain '$domain' seems to have a ECC cert already, lets use ecc cert."
28792879
DOMAIN_PATH="$domainhomeecc"

0 commit comments

Comments
 (0)