fix auto upgrade

This commit is contained in:
neil 2016-09-21 13:18:46 +08:00
parent 276b51d927
commit ecd685755b
1 changed files with 1 additions and 1 deletions

View File

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