diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ans-vhost-freemem | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ans-vhost-freemem b/scripts/ans-vhost-freemem index 890516282..4d1902213 100755 --- a/scripts/ans-vhost-freemem +++ b/scripts/ans-vhost-freemem @@ -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 |
