parent: Remove redudant os.exit() in first stage
SSH command size: 461 (-8 bytes) Preamble size: 8946 (no change) Since python has reached the last statement this should occur anyway.
This commit is contained in:
parent
e051cf0ea0
commit
53a8c59ae5
|
@ -341,7 +341,6 @@ class Stream(mitogen.core.Stream):
|
|||
os.fdopen(W,'w',0).write(C)
|
||||
os.fdopen(w,'w',0).write('%s\n'%len(C)+C)
|
||||
os.write(1,'EC1\n')
|
||||
sys.exit(0)
|
||||
|
||||
def get_boot_command(self):
|
||||
source = inspect.getsource(self._first_stage)
|
||||
|
|
Loading…
Reference in New Issue