diff --git a/acme.sh b/acme.sh index 791a31db..df4c7e4a 100755 --- a/acme.sh +++ b/acme.sh @@ -3612,8 +3612,9 @@ if [ "$INSTALLONLINE" ] ; then fi -[ -z "$1" ] && showhelp + +[ -z "$1" ] && showhelp -if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ; exit +if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ; \ No newline at end of file