mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
fix format
This commit is contained in:
parent
64847afc3f
commit
7f9074adbf
2
acme.sh
2
acme.sh
@ -5323,7 +5323,7 @@ renew() {
|
||||
Le_PostHook="$(_readdomainconf Le_PostHook)"
|
||||
Le_RenewHook="$(_readdomainconf Le_RenewHook)"
|
||||
Le_Preferred_Chain="$(_readdomainconf Le_Preferred_Chain)"
|
||||
#when renew from an old version, the empty Le_Keylength means 2048
|
||||
#when renew from an old version, the empty Le_Keylength means 2048
|
||||
if [ -z "$Le_Keylength" ]; then
|
||||
Le_Keylength=2048
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user