mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-21 20:51:41 +00:00
Update dns_fornex.sh
This commit is contained in:
parent
a300df0020
commit
2b891f7f1d
@ -107,6 +107,7 @@ _get_root() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_Fornex_API() {
|
_Fornex_API() {
|
||||||
|
FORNEX_API_KEY="${FORNEX_API_KEY:-$(_readaccountconf_mutable FORNEX_API_KEY)}"
|
||||||
if [ -z "$FORNEX_API_KEY" ]; then
|
if [ -z "$FORNEX_API_KEY" ]; then
|
||||||
FORNEX_API_KEY=""
|
FORNEX_API_KEY=""
|
||||||
|
|
||||||
@ -116,7 +117,7 @@ _Fornex_API() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_saveaccountconf FORNEX_API_KEY "$FORNEX_API_KEY"
|
_saveaccountconf_mutable FORNEX_API_KEY "$FORNEX_API_KEY"
|
||||||
}
|
}
|
||||||
|
|
||||||
#method method action data
|
#method method action data
|
||||||
|
Loading…
Reference in New Issue
Block a user