Browse Source
Disable SC2154 for DNSimple_ACCOUNT_ID env var
pull/3578/head
vin01
4 years ago
No known key found for this signature in database
GPG Key ID: 885C28C3B043329D
1 changed files with
1 additions and
0 deletions
-
dnsapi/dns_dnsimple.sh
|
|
@ -124,6 +124,7 @@ _get_root() { |
|
|
_get_account_id() { |
|
|
_get_account_id() { |
|
|
_debug "retrive account id" |
|
|
_debug "retrive account id" |
|
|
|
|
|
|
|
|
|
|
|
# shellcheck disable=SC2154 |
|
|
if [ -n "$DNSimple_ACCOUNT_ID" ]; then |
|
|
if [ -n "$DNSimple_ACCOUNT_ID" ]; then |
|
|
_account_id="$DNSimple_ACCOUNT_ID" |
|
|
_account_id="$DNSimple_ACCOUNT_ID" |
|
|
else |
|
|
else |
|
|
|