mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-17 07:36:09 +00:00
fix shellcheck warnings
This commit is contained in:
@@ -17,6 +17,8 @@ dns_cx_add() {
|
||||
txtvalue=$2
|
||||
|
||||
if [ -z "$CX_Key" ] || [ -z "$CX_Secret" ]; then
|
||||
CX_Key=""
|
||||
CX_Secret=""
|
||||
_err "You don't specify cloudxns.com api key or secret yet."
|
||||
_err "Please create you key and try again."
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user