Browse Source

fix CI reported problems for shellcheck and shfmt

fix minor problems reported by shellcheck and shfmt
pull/5172/head
Vinicius Mello 3 months ago
parent
commit
2f8fb360aa
  1. 2
      dnsapi/dns_linode_v4.sh

2
dnsapi/dns_linode_v4.sh

@ -126,7 +126,7 @@ _Linode_API() {
# _domain=domain.com
# _domain_id=12345
_get_root() {
local full_host_str="$1"
full_host_str="$1"
i=2
p=1

Loading…
Cancel
Save