mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
acme: fix the 'Unknown parameter' problem caused by acme_server
Signed-off-by: Meano <meano@foxmail.com>
This commit is contained in:
@@ -279,7 +279,7 @@ issue_cert()
|
||||
[ -n "$ACCOUNT_EMAIL" ] && acme_args="$acme_args --accountemail $ACCOUNT_EMAIL"
|
||||
[ "$use_staging" -eq "1" ] && acme_args="$acme_args --staging"
|
||||
|
||||
if [ -n $acme_server ]; then
|
||||
if [ -n "$acme_server" ]; then
|
||||
log "Using custom ACME server URL"
|
||||
acme_args="$acme_args --server $acme_server"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user