Commit a988a91e authored by neilpang's avatar neilpang
Browse files

fix shfmt warnings

parent a8b564fa
...@@ -3222,7 +3222,6 @@ installcert() { ...@@ -3222,7 +3222,6 @@ installcert() {
} }
_installcert() { _installcert() {
_savedomainconf "Le_RealCertPath" "$Le_RealCertPath" _savedomainconf "Le_RealCertPath" "$Le_RealCertPath"
_savedomainconf "Le_RealCACertPath" "$Le_RealCACertPath" _savedomainconf "Le_RealCACertPath" "$Le_RealCACertPath"
_savedomainconf "Le_RealKeyPath" "$Le_RealKeyPath" _savedomainconf "Le_RealKeyPath" "$Le_RealKeyPath"
...@@ -3245,7 +3244,6 @@ _installcert() { ...@@ -3245,7 +3244,6 @@ _installcert() {
Le_RealFullChainPath="" Le_RealFullChainPath=""
fi fi
if [ "$Le_RealCertPath" ]; then if [ "$Le_RealCertPath" ]; then
_info "Installing cert to:$Le_RealCertPath" _info "Installing cert to:$Le_RealCertPath"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment