documentation and consistency fixes
This commit is contained in:
parent
5858499113
commit
286e4d593a
3 changed files with 39 additions and 3 deletions
|
@ -25,8 +25,8 @@
|
|||
# DETAILS
|
||||
#
|
||||
# This script is designed to iterate over the domains hosted upon a Symbiosis
|
||||
# system, and create TinyDNS snippets for each one. This can then be uploaded
|
||||
# to the Bytemark content DNS service.
|
||||
# system, and create DNS snippets for each one. This can then be published
|
||||
# using the Mythic Beasts DNS API.
|
||||
#
|
||||
# Domains can also be specified manually on the command line, in which case
|
||||
# only those domains will be processed.
|
||||
|
@ -227,7 +227,7 @@ end
|
|||
begin
|
||||
|
||||
if upload
|
||||
upload_script = "/usr/sbin/symbiosis-mythic-dns"
|
||||
upload_script = "/usr/sbin/symbiosis-dns-mythic"
|
||||
|
||||
verbose "Uploading using #{upload_script}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue