Commit 7e381f8e authored by neilpang's avatar neilpang
Browse files

fix format

parent 183063a2
...@@ -853,9 +853,9 @@ _dbase64() { ...@@ -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
} }
......
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