Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
77f1ea40
Commit
77f1ea40
authored
Feb 25, 2017
by
neilpang
Browse files
fix format
parent
795bf9e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
77f1ea40
...
@@ -2143,7 +2143,7 @@ _initpath() {
...
@@ -2143,7 +2143,7 @@ _initpath() {
CERT_HOME
=
"
$_DEFAULT_CERT_HOME
"
CERT_HOME
=
"
$_DEFAULT_CERT_HOME
"
fi
fi
if
[
-z
"
$ACME_OPENSSL_BIN
"
]
||
[
!
-f
"
$ACME_OPENSSL_BIN
"
]
||
[
!
-x
"
$ACME_OPENSSL_BIN
"
]
;
then
if
[
-z
"
$ACME_OPENSSL_BIN
"
]
||
[
!
-f
"
$ACME_OPENSSL_BIN
"
]
||
[
!
-x
"
$ACME_OPENSSL_BIN
"
]
;
then
ACME_OPENSSL_BIN
=
"
$DEFAULT_OPENSSL_BIN
"
ACME_OPENSSL_BIN
=
"
$DEFAULT_OPENSSL_BIN
"
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment