Merge branch 'hotfix/boundary' of https://github.com/taosdata/TDengine into hotfix/boundary

This commit is contained in:
Shengliang Guan 2020-05-20 09:11:39 +00:00
commit 45257d710f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if __name__ == "__main__":
processID = subprocess.check_output(psCmd, shell=True)
fuserCmd = "fuser -k -n tcp 6030"
subprocess.check_output(fuserCmd, shell=True)
os.system(fuserCmd)
tdLog.info('stop All dnodes')
sys.exit(0)