Fix missing argument in upgrade function
This commit is contained in:
parent
f4f2e351c5
commit
fe081b522d
2
acme.sh
2
acme.sh
@ -6189,7 +6189,7 @@ upgrade() {
|
|||||||
_initpath
|
_initpath
|
||||||
export LE_WORKING_DIR
|
export LE_WORKING_DIR
|
||||||
cd "$LE_WORKING_DIR"
|
cd "$LE_WORKING_DIR"
|
||||||
_installOnline "nocron" "noprofile"
|
_installOnline "nocron" "" "noprofile"
|
||||||
); then
|
); then
|
||||||
_info "Upgrade success!"
|
_info "Upgrade success!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user