Browse Source

Fixed wrong assignement of var

pull/2455/head
Rolph Haspers 5 years ago
parent
commit
14f6f9ec94
  1. 2
      dnsapi/dns_leaseweb.sh

2
dnsapi/dns_leaseweb.sh

@ -112,7 +112,7 @@ _get_root() {
_lsw_api() { _lsw_api() {
cmd=$1 cmd=$1
data=$2
d=$2
fd=$3 fd=$3
tvalue=$4 tvalue=$4

Loading…
Cancel
Save