1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 05:12:56 +00:00

fix syntax error missing space

This commit is contained in:
anabis
2018-03-14 11:05:57 +01:00
committed by GitHub
parent 8ab8a6eefb
commit 0f120c41f1
+1 -1
View File
@@ -4151,7 +4151,7 @@ $_authorizations_map"
echo "$BEGIN_CERT" >"$CA_CERT_PATH"
_base64 "multiline" <"$CA_CERT_PATH.der" >>"$CA_CERT_PATH"
echo "$END_CERT" >>"$CA_CERT_PATH"
if !_checkcert "$CA_CERT_PATH"; then
if ! _checkcert "$CA_CERT_PATH"; then
_err "Can not get the ca cert."
break
fi