mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-21 14:56:07 +00:00
fix upgrade issue
This commit is contained in:
parent
0bbe6eef89
commit
096d8992a1
2
acme.sh
2
acme.sh
@ -2531,8 +2531,10 @@ upgrade() {
|
|||||||
_installOnline "nocron"
|
_installOnline "nocron"
|
||||||
) ; then
|
) ; then
|
||||||
_info "Upgrade success!"
|
_info "Upgrade success!"
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
_err "Upgrade failed!"
|
_err "Upgrade failed!"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user