mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 04:22:44 +00:00
Make use of _readaccountconf_mutable
This commit is contained in:
parent
6356ccbe32
commit
e30faba320
@ -13,6 +13,8 @@ dns_nodion_add() {
|
|||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
|
|
||||||
|
NODION_API_KEY="${NODION_API_KEY:-$(_readaccountconf_mutable NODION_API_KEY)}"
|
||||||
|
|
||||||
if [ -z "$NODION_API_KEY" ]; then
|
if [ -z "$NODION_API_KEY" ]; then
|
||||||
NODION_API_KEY=""
|
NODION_API_KEY=""
|
||||||
_err "You didn't specify a NODION_API_KEY."
|
_err "You didn't specify a NODION_API_KEY."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user