Browse Source

fix auto upgrade

neil 8 years ago
parent
commit
ecd685755b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -3612,7 +3612,7 @@ if [ "$INSTALLONLINE" ] ; then
 fi
 
 
-[ -z "$1" ] && showhelp && exit
+[ -z "$1" ] && showhelp
 
 
 if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ; exit