Browse Source

fix auto upgrade

pull/298/head
neil 8 years ago
parent
commit
ecd685755b
  1. 2
      acme.sh

2
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

Loading…
Cancel
Save