2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

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.
This commit is contained in:
Jarrod Johnson 2014-02-10 19:52:37 -05:00
parent 1311146637
commit 8ede431b60

View File

@ -313,4 +313,5 @@ while not doexit:
else:
command = fh.readline()
do_command(command, server)
consoleonly = True
exit()