|
@@ -386,9 +386,13 @@ if __name__ == '__main__':
|
|
raise
|
|
raise
|
|
#
|
|
#
|
|
#
|
|
#
|
|
|
|
+ os.system('rm -rf /run/user/3271/chutney-net/nodes/*/diff-cache')
|
|
|
|
+ os.system('rm -rf /run/user/3271/chutney-net/nodes/*/keys')
|
|
|
|
+ os.system('rm -f /run/user/3271/chutney-net/nodes/*/cached-*')
|
|
|
|
+ os.system('rm -f /run/user/3271/chutney-net/nodes/*/v3-status-votes')
|
|
shutil.copytree('/run/user/3271/chutney-net/nodes', os.path.join(save_data_path, 'nodes'))
|
|
shutil.copytree('/run/user/3271/chutney-net/nodes', os.path.join(save_data_path, 'nodes'))
|
|
os.system("ps u | grep 'tor'")
|
|
os.system("ps u | grep 'tor'")
|
|
- os.system("rm -rf /run/user/3271/chutney-net/*")
|
|
|
|
|
|
+ os.system('rm -rf /run/user/3271/chutney-net/*')
|
|
break
|
|
break
|
|
#
|
|
#
|
|
exp = None
|
|
exp = None
|