1
0
Fork 0
mirror of synced 2024-05-16 10:23:51 +12:00

increase chmod timeout for large folders

This commit is contained in:
Nick Sweeting 2017-05-31 14:31:16 -05:00 committed by GitHub
parent 99e336b4fd
commit 0d6e9e6341

View file

@ -291,7 +291,7 @@ def create_archive(export_file, service, resume=None):
dump_index(links, service)
run(['chmod', '-R', '755', service], timeout=1)
run(['chmod', '-R', '755', service], timeout=10)
print('[*] [{}] Created archive index.'.format(datetime.now().strftime('%Y-%m-%d %H:%M:%S')))