From 86994a03b0b7ca0ff2e506f8821c8999d728da8b Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 30 Jan 2021 10:35:01 +0800 Subject: [PATCH] fix --- acme.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acme.sh b/acme.sh index 0d4fd225..ddd7ca3a 100755 --- a/acme.sh +++ b/acme.sh @@ -6573,18 +6573,18 @@ installOnline() { _info "Installing from online archive." _nocron="$1" if [ "$_nocron" ]; then - _nocron="--no-cron" + _nocron="--nocron" shift fi _noprofile="$1" if [ "$_noprofile" ]; then - _noprofile="--no-profile" + _noprofile="--noprofile" shift fi _branch="$1" - if [ ! "$_branch" ]; then + if [ -z "$_branch" ]; then _branch="master" else shift