This commit is contained in:
parent
ee199ff35a
commit
b8d31865d1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ configure_record() {
|
|||
# re-enable glob expansion
|
||||
set +f
|
||||
|
||||
data="{\"type\": \"A\", \"name\": \"$sub\", \"data\": \"$ip\"}"
|
||||
data="{\"type\": \"$type\", \"name\": \"$sub\", \"data\": \"$ip\"}"
|
||||
url="$dns_list/$record_id"
|
||||
|
||||
if [[ -z $record_id ]]; then
|
||||
|
|
Loading…
Reference in a new issue