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
aeed2871
Commit
aeed2871
authored
Apr 02, 2019
by
Stephane Moser
Browse files
Add Double quote to slowrateslepp
parent
ea6a3c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
aeed2871
...
...
@@ -75,7 +75,7 @@ dns_aws_add() {
_info
"TXT record updated successfully."
if
[
-n
"
$slowrateslepp
"
]
;
then
_info
"Slow rate activated: sleeping for
$slowrateslepp
seconds"
sleep
$slowrateslepp
sleep
"
$slowrateslepp
"
fi
return
0
fi
...
...
@@ -124,7 +124,7 @@ dns_aws_rm() {
_info
"TXT record deleted successfully."
if
[
-n
"
$slowrateslepp
"
]
;
then
_info
"Slow rate activated: sleeping for
$slowrateslepp
seconds"
sleep
$slowrateslepp
sleep
"
$slowrateslepp
"
fi
return
0
fi
...
...
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