Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
aec9c3c9
Commit
aec9c3c9
authored
Mar 28, 2019
by
Miodrag Tokić
Browse files
Double quote unquoted variables
Double quote unquoted variables to prevent globbing and word splitting.
parent
0daa225e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_loopia.sh
View file @
aec9c3c9
...
...
@@ -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"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment