Browse Source

fix wrong indentation

pull/3119/head
Christopher Engelhard 4 years ago
parent
commit
e7a6ff39f9
  1. 2
      acme.sh

2
acme.sh

@ -7045,7 +7045,7 @@ _process() {
USER_AGENT="$_useragent" USER_AGENT="$_useragent"
shift shift
;; ;;
-m | --accountemail)
-m | --accountemail)
_accountemail="$2" _accountemail="$2"
ACCOUNT_EMAIL="$_accountemail" ACCOUNT_EMAIL="$_accountemail"
shift shift

Loading…
Cancel
Save