From 20191c2b0cc59c2f8b136c81b96cd03510bae93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 9 Mar 2012 19:25:48 -0500 Subject: [PATCH] proper yes --- plugins/relayd/relayd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }