1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 03:13:00 +00:00

fix shfmt warnings

This commit is contained in:
neilpang
2016-11-11 22:14:21 +08:00
parent a8b564fa64
commit a988a91e2e
-2
View File
@@ -3222,7 +3222,6 @@ installcert() {
}
_installcert() {
_savedomainconf "Le_RealCertPath" "$Le_RealCertPath"
_savedomainconf "Le_RealCACertPath" "$Le_RealCACertPath"
_savedomainconf "Le_RealKeyPath" "$Le_RealKeyPath"
@@ -3245,7 +3244,6 @@ _installcert() {
Le_RealFullChainPath=""
fi
if [ "$Le_RealCertPath" ]; then
_info "Installing cert to:$Le_RealCertPath"