This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
${options} must be without quotes
pull/512/head
sergio
6 years ago
parent
304ef0a700
commit
535909bd3b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dns_scripts/dns_add_nsupdate
+1
-1
dns_scripts/dns_del_nsupdate
+ 1
- 1
dns_scripts/dns_add_nsupdate
View File
@ -23,7 +23,7 @@ fi
# Note that blank line is a "send" command to nsupdate
nsupdate
"
${options}
"
-v <<EOF
nsupdate ${options} -v <<EOF
update add _acme-challenge.${fulldomain}. 300 in TXT "${token}"
EOF
+ 1
- 1
dns_scripts/dns_del_nsupdate
View File
@ -23,7 +23,7 @@ fi
# Note that blank line is a "send" command to nsupdate
nsupdate
"
${options}
"
-v <<EOF
nsupdate ${options} -v <<EOF
update delete "_acme-challenge.${fulldomain}." 300 in TXT "${token}"
EOF
Write
Preview
Loading…
Cancel
Save