1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 18:06:23 +00:00

fix auto upgrade

This commit is contained in:
neil 2016-09-21 13:27:05 +08:00
parent ecd685755b
commit e69a7c38d9

View File

@ -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 ;