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
267f283a
"vscode:/vscode.git/clone" did not exist on "8fe25edc7560eac183df31e2831a60777406fff9"
Commit
267f283a
authored
Sep 18, 2016
by
neil
Browse files
fix bug, upgrade in current dir without installation.
parent
3324c0ae
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
267f283a
#!/usr/bin/env sh
#!/usr/bin/env sh
VER
=
2.5.
1
VER
=
2.5.
2
PROJECT_NAME
=
"acme.sh"
PROJECT_NAME
=
"acme.sh"
...
@@ -3125,6 +3125,8 @@ _installOnline() {
...
@@ -3125,6 +3125,8 @@ _installOnline() {
upgrade
()
{
upgrade
()
{
if
(
if
(
_initpath
export
LE_WORKING_DIR
cd
"
$LE_WORKING_DIR
"
cd
"
$LE_WORKING_DIR
"
_installOnline
"nocron"
_installOnline
"nocron"
)
;
then
)
;
then
...
...
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