mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 20:04:11 +00:00
fixed unset variables.
This commit is contained in:
parent
e97d59d89e
commit
d7b4a7763e
@ -21,14 +21,14 @@ dns_pdnsMysql_add() {
|
||||
txtvalue=$2
|
||||
|
||||
if [ -z "$PDNS_Host" ]; then
|
||||
PDNS_Url=""
|
||||
PDNS_Host=""
|
||||
_err "You didn't specify PowerDNS Mysql address."
|
||||
_err "Please set PDNS_Host and try again."
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ -z "$PDNS_Port" ]; then
|
||||
PDNS_Url=""
|
||||
PDNS_Port=""
|
||||
_err "You didn't specify PowerDNS Mysql Port."
|
||||
_err "Please set PDNS_Port and try again."
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user