Skip to content
Snippets Groups Projects
Commit dffd8326 authored by Bryan Allen's avatar Bryan Allen
Browse files

tid13333 typo

git-svn-id: https://labs.omniti.com/resmon/trunk@427 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent eceb232a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ sub handler {
# Build the list of non-global zones
my $zonelist = run_command("$zoneadm list");
my @zones = grep {!/^global$/} split(/\n/, $zonelist);
chomp $zones;
chomp @zones;
my $zones = join(':', @zones);
# Get stuff. Start with the current list of mounts and test each zonepath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment