]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fix: --domain/-d is a parameter and not a command!
authorMarkus Germeier <markus@germeier.com>
Wed, 16 Dec 2015 18:48:48 +0000 (19:48 +0100)
committerMarkus Germeier <markus@germeier.com>
Wed, 16 Dec 2015 18:48:48 +0000 (19:48 +0100)
letsencrypt.sh

index c4d6df85a3bfed84fc2d7787a4648cd5541507bb..8762663ca03ae9e507624ac824c599908e67fb21 100755 (executable)
@@ -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