From fe081b522d3ac62d1964c8c4396f3ea1da327671 Mon Sep 17 00:00:00 2001 From: Honza Hommer Date: Thu, 1 Aug 2019 03:34:19 +0200 Subject: [PATCH] Fix missing argument in upgrade function --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index de6655b9..f0a82353 100755 --- a/acme.sh +++ b/acme.sh @@ -6189,7 +6189,7 @@ upgrade() { _initpath export LE_WORKING_DIR cd "$LE_WORKING_DIR" - _installOnline "nocron" "noprofile" + _installOnline "nocron" "" "noprofile" ); then _info "Upgrade success!" exit 0