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
baff032e
You need to sign in or sign up before continuing.
Commit
baff032e
authored
Jan 15, 2020
by
neilpang
Browse files
Merge branch 'up' into dev
parents
26309f51
f8f53a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
baff032e
...
@@ -2415,7 +2415,7 @@ __initHome() {
...
@@ -2415,7 +2415,7 @@ __initHome() {
if
[
-z
"
$ACCOUNT_CONF_PATH
"
]
;
then
if
[
-z
"
$ACCOUNT_CONF_PATH
"
]
;
then
ACCOUNT_CONF_PATH
=
"
$_DEFAULT_ACCOUNT_CONF_PATH
"
ACCOUNT_CONF_PATH
=
"
$_DEFAULT_ACCOUNT_CONF_PATH
"
fi
fi
_debug3 ACCOUNT_CONF_PATH
"
$ACCOUNT_CONF_PATH
"
DEFAULT_LOG_FILE
=
"
$LE_CONFIG_HOME
/
$PROJECT_NAME
.log"
DEFAULT_LOG_FILE
=
"
$LE_CONFIG_HOME
/
$PROJECT_NAME
.log"
DEFAULT_CA_HOME
=
"
$LE_CONFIG_HOME
/ca"
DEFAULT_CA_HOME
=
"
$LE_CONFIG_HOME
/ca"
...
@@ -6303,6 +6303,7 @@ _installOnline() {
...
@@ -6303,6 +6303,7 @@ _installOnline() {
chmod
+x
$PROJECT_ENTRY
chmod
+x
$PROJECT_ENTRY
if
./
$PROJECT_ENTRY
install
"
$_nocron
"
""
"
$_noprofile
"
;
then
if
./
$PROJECT_ENTRY
install
"
$_nocron
"
""
"
$_noprofile
"
;
then
_info
"Install success!"
_info
"Install success!"
_initpath
_saveaccountconf
"UPGRADE_HASH"
"
$(
_getMasterHash
)
"
_saveaccountconf
"UPGRADE_HASH"
"
$(
_getMasterHash
)
"
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