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
c0ae44a4
Commit
c0ae44a4
authored
Jun 21, 2021
by
neilpang
Browse files
fix format
parent
593e8e1f
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
c0ae44a4
...
@@ -2638,7 +2638,6 @@ _initpath() {
...
@@ -2638,7 +2638,6 @@ _initpath() {
_OLD_ACCOUNT_JSON="$_OLD_CADIR/account.json"
_OLD_ACCOUNT_JSON="$_OLD_CADIR/account.json"
_OLD_CA_CONF="$_OLD_CADIR/ca.conf"
_OLD_CA_CONF="$_OLD_CADIR/ca.conf"
_DEFAULT_ACCOUNT_KEY_PATH="$CA_DIR/account.key"
_DEFAULT_ACCOUNT_KEY_PATH="$CA_DIR/account.key"
_DEFAULT_ACCOUNT_JSON_PATH="$CA_DIR/account.json"
_DEFAULT_ACCOUNT_JSON_PATH="$CA_DIR/account.json"
if [ -z "$ACCOUNT_KEY_PATH" ]; then
if [ -z "$ACCOUNT_KEY_PATH" ]; then
...
@@ -2662,7 +2661,6 @@ _initpath() {
...
@@ -2662,7 +2661,6 @@ _initpath() {
mv "$_OLD_CA_CONF" "$CA_CONF"
mv "$_OLD_CA_CONF" "$CA_CONF"
fi
fi
if [ -f "$CA_CONF" ]; then
if [ -f "$CA_CONF" ]; then
. "$CA_CONF"
. "$CA_CONF"
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