mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 04:42:12 +08:00
Update error message and secrets
This commit is contained in:
@@ -24,7 +24,7 @@ dns_qc_add() {
|
|||||||
if [ "$QC_API_KEY" ]; then
|
if [ "$QC_API_KEY" ]; then
|
||||||
_savedomainconf QC_API_KEY "$QC_API_KEY"
|
_savedomainconf QC_API_KEY "$QC_API_KEY"
|
||||||
else
|
else
|
||||||
_err "You didn't specify a QUIC.cloud are api key and email yet."
|
_err "You didn't specify a QUIC.cloud api key as QC_API_KEY."
|
||||||
_err "You can get yours from here https://my.quic.cloud/up/api."
|
_err "You can get yours from here https://my.quic.cloud/up/api."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user