wait 10 secs for sshd to start on the ONT

This commit is contained in:
iRaven 2024-03-19 21:36:33 -05:00
parent 969ae88425
commit 82b63a6fe3

View File

@ -72,6 +72,7 @@ while True:
if healthstatus == "ok":
print("ONT responded after a fail, deploying payload!")
healthpassing == True
time.sleep(10) # Wait 10 seconds for the ONT to fully boot up and start sshd.
deploy()
break
else: