From 8ede431b60092f5ca83836e1b2d45df652e86b32 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 10 Feb 2014 19:52:37 -0500 Subject: [PATCH] Have server interruption exit the client gracefully If a console session is started and the server disconnects, cleanly exit instead of being confused by the whole affair. --- bin/confetty | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/confetty b/bin/confetty index 1ab7ee9b..fe76fa33 100755 --- a/bin/confetty +++ b/bin/confetty @@ -313,4 +313,5 @@ while not doexit: else: command = fh.readline() do_command(command, server) +consoleonly = True exit()