Browse Source

fix auto upgrade

pull/298/head
neil 8 years ago
parent
commit
e69a7c38d9
  1. 3
      acme.sh

3
acme.sh

@ -3612,8 +3612,9 @@ if [ "$INSTALLONLINE" ] ; then
fi fi
[ -z "$1" ] && showhelp [ -z "$1" ] && showhelp
if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ; exit
if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ;
Loading…
Cancel
Save