mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 09:12:44 +00:00
Disable SC2154 for DNSimple_ACCOUNT_ID env var
This commit is contained in:
parent
2abacb4029
commit
a7df16db17
@ -124,6 +124,7 @@ _get_root() {
|
||||
_get_account_id() {
|
||||
_debug "retrive account id"
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
if [ -n "$DNSimple_ACCOUNT_ID" ]; then
|
||||
_account_id="$DNSimple_ACCOUNT_ID"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user