mirror of
https://github.com/xcat2/confluent.git
synced 2025-04-04 01:28:41 +00:00
Remove redundant kill on the agent pid
Extraneous kill on the agent pid is removed.
This commit is contained in:
parent
dcb6a1c759
commit
399c1467c1
@ -344,7 +344,6 @@ if __name__ == '__main__':
|
||||
else:
|
||||
emprint('Unknown error attempting confluent automation ssh:')
|
||||
sys.stderr.buffer.write(srun.stderr)
|
||||
os.kill(int(sshutil.agent_pid), signal.SIGTERM)
|
||||
else:
|
||||
print("Skipping node checks, no node specified (Example: confluent_selfcheck -n n1)")
|
||||
# possible checks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user