Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
945bd4b1
Commit
945bd4b1
authored
Feb 25, 2017
by
neil
Committed by
GitHub
Feb 25, 2017
Browse files
Merge pull request #670 from Neilpang/dev
fix format
parents
98c8c7ce
77f1ea40
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
945bd4b1
...
@@ -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