Use a nice default for the vhost script.
This commit is contained in:
parent
d9e9338ad3
commit
a50eacb027
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ def parse_args(args):
|
|||
hn = hn.replace('\n', '')
|
||||
opts.host.append(hn)
|
||||
|
||||
if not opts.host:
|
||||
opts.host = ["virthost*"]
|
||||
|
||||
return opts, args, parser
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue