diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 9bdffda1..45ac5e6d 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -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); }