Use a nice default for the vhost script.

This commit is contained in:
Ralph Bean 2013-07-30 01:24:30 +00:00
parent d9e9338ad3
commit a50eacb027

View file

@ -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