From: Markus Germeier Date: Wed, 16 Dec 2015 18:48:48 +0000 (+0100) Subject: fix: --domain/-d is a parameter and not a command! X-Git-Tag: v0.1.0~112^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27094cdb655c8903f984c49bd957b001365b54dd;p=thirdparty%2Fdehydrated.git fix: --domain/-d is a parameter and not a command! --- diff --git a/letsencrypt.sh b/letsencrypt.sh index c4d6df8..8762663 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -570,7 +570,6 @@ while getopts ":hcer:d:xf:p:" option; do # PARAM_Usage: --domain (-d) domain.tld # PARAM_Description: Use specified domain name instead of domains.txt, use multiple times for certificate with SAN names check_parameters "${OPTARG:-}" - set_command sign_domains if [[ -z "${PARAM_DOMAIN:-}" ]]; then PARAM_DOMAIN="${OPTARG}" else