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

fix upgrade issue

parent 0bbe6eef
......@@ -2531,8 +2531,10 @@ upgrade() {
_installOnline "nocron"
) ; then
_info "Upgrade success!"
exit 0
else
_err "Upgrade failed!"
exit 1
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