summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ans-vhost-freemem3
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