mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
fix format
This commit is contained in:
parent
183063a244
commit
7e381f8e5d
4
acme.sh
4
acme.sh
@ -853,9 +853,9 @@ _dbase64() {
|
|||||||
_checkcert() {
|
_checkcert() {
|
||||||
_cf="$1"
|
_cf="$1"
|
||||||
if [ "$DEBUG" ]; then
|
if [ "$DEBUG" ]; then
|
||||||
openssl x509 -noout -text -in "$_cf"
|
openssl x509 -noout -text -in "$_cf"
|
||||||
else
|
else
|
||||||
openssl x509 -noout -text -in "$_cf" >/dev/null 2>&1
|
openssl x509 -noout -text -in "$_cf" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user