1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 03:13:00 +00:00

fix auto upgrade

This commit is contained in:
neil
2016-09-21 13:18:46 +08:00
parent 276b51d927
commit ecd685755b
+1 -1
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