Commit 27094cdb authored by Markus Germeier's avatar Markus Germeier

fix: --domain/-d is a parameter and not a command!

parent d3bc67eb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment