Commit 096d8992 authored by neil's avatar neil
Browse files

fix upgrade issue

parent 0bbe6eef
...@@ -2531,8 +2531,10 @@ upgrade() { ...@@ -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
} }
......
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