From 82b63a6fe39bc61fd4686f29b8cbe764255d7838 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Tue, 19 Mar 2024 21:36:33 -0500 Subject: [PATCH] wait 10 secs for sshd to start on the ONT --- deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.py b/deploy.py index 4afb4c4..6399829 100644 --- a/deploy.py +++ b/deploy.py @@ -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: