From 995e8a352b6dfbffdf954623d015425b9ea0f56c Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 26 Jan 2021 21:40:46 +0800 Subject: [PATCH] fix format --- acme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acme.sh b/acme.sh index d5363542..0d4fd225 100755 --- a/acme.sh +++ b/acme.sh @@ -7367,8 +7367,8 @@ _process() { fi _debug "Running cmd: ${_CMD}" case "${_CMD}" in - install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail";; - installonline) installOnline "$_nocron" "$_noprofile" $BRANCH;; + install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail" ;; + installonline) installOnline "$_nocron" "$_noprofile" "$BRANCH" ;; uninstall) uninstall "$_nocron" ;; upgrade) upgrade ;; issue)