mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
proper yes
This commit is contained in:
parent
468d26f34f
commit
20191c2b0c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ elsif ($cmd eq 'autoconf') {
|
||||||
open(my $status, "relayctl show summary|") or fail("cannot open relayctl pipe: $!");
|
open(my $status, "relayctl show summary|") or fail("cannot open relayctl pipe: $!");
|
||||||
() = <$status>;
|
() = <$status>;
|
||||||
close($status) or fail("cannot run relayctl: $!");
|
close($status) or fail("cannot run relayctl: $!");
|
||||||
print "yes";
|
print "yes\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue