Commit 267f283a authored by neil's avatar neil
Browse files

fix bug, upgrade in current dir without installation.

parent 3324c0ae
#!/usr/bin/env sh
VER=2.5.1
VER=2.5.2
PROJECT_NAME="acme.sh"
......@@ -3125,6 +3125,8 @@ _installOnline() {
upgrade() {
if (
_initpath
export LE_WORKING_DIR
cd "$LE_WORKING_DIR"
_installOnline "nocron"
) ; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment