From cb2796abc5e3732dc199414bb1cbe166e0d57ae3 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 29 Oct 2011 07:03:49 +0200 Subject: Add a \n when writing the command to the fifo --- src/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 712eed62..5f734142 100644 --- a/src/core.py +++ b/src/core.py @@ -1718,6 +1718,7 @@ class Core(object): poezio is not running). A very simple daemon reads on that fifo, and executes any command that is read in it. """ + command = '%s\n' % (command,) if config.get('exec_remote', 'false') == 'true': # We just write the command in the fifo if not self.remote_fifo: -- cgit v1.2.3