Skip to content

Commit 99555dd

Browse files
author
Austin
authored
sleep! per feedback
1 parent 73c692f commit 99555dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/cisco_smart_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def cleanup
8080
if ::Thread.current == @main_thread
8181
# Wait 5 seconds for background transfers to complete
8282
print_status("Providing some time for transfers to complete...")
83-
::IO.select(nil, nil, nil, 5.0)
83+
sleep(5)
8484

8585
if @tftp
8686
print_status("Shutting down the TFTP service...")

0 commit comments

Comments
 (0)