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:
parent
468d26f34f
commit
20191c2b0c
@ -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…
Reference in New Issue
Block a user