mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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: $!");
|
||||
() = <$status>;
|
||||
close($status) or fail("cannot run relayctl: $!");
|
||||
print "yes";
|
||||
print "yes\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue