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

fix auto upgrade

This commit is contained in:
neil 2016-09-21 13:18:46 +08:00
parent 276b51d927
commit ecd685755b

View File

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