Browse Source

fix upgrade issue

neil 8 years ago
parent
commit
096d8992a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      acme.sh

+ 2 - 0
acme.sh

@@ -2531,8 +2531,10 @@ upgrade() {
     _installOnline "nocron"
   ) ; then
     _info "Upgrade success!"
+    exit 0
   else
     _err "Upgrade failed!"
+    exit 1
   fi
 }