Double quote unquoted variables

Double quote unquoted variables to prevent globbing and word splitting.
This commit is contained in:
Miodrag Tokić 2019-03-28 16:34:13 +01:00
parent 0daa225e26
commit aec9c3c9a4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ dns_loopia_rm() {
<value><string>%s</string></value>
</param>
</params>
</methodCall>' $LOOPIA_User $LOOPIA_Password "$_domain" "$_sub_domain")
</methodCall>' "$LOOPIA_User" "$LOOPIA_Password" "$_domain" "$_sub_domain")
response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"