mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-25 18:41:03 +01:00
fix: --domain/-d is a parameter and not a command!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user