2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

proper yes

This commit is contained in:
Antoine Beaupré 2012-03-09 19:25:48 -05:00
parent 468d26f34f
commit 20191c2b0c

View File

@ -100,7 +100,7 @@ elsif ($cmd eq 'autoconf') {
open(my $status, "relayctl show summary|") or fail("cannot open relayctl pipe: $!");
() = <$status>;
close($status) or fail("cannot run relayctl: $!");
print "yes";
print "yes\n";
exit(0);
}