1
0

close interfaces on shutdown

This commit is contained in:
ThomasV
2014-07-29 12:13:21 +02:00
parent e702b3312b
commit 58c817f81a
4 changed files with 12 additions and 8 deletions

View File

@@ -209,7 +209,7 @@ if __name__ == '__main__':
# we use daemon threads, their termination is enforced.
# this sleep command gives them time to terminate cleanly.
time.sleep(0.2)
time.sleep(0.3)
sys.exit(0)
if cmd == 'daemon':