From f5e083e687011c7cd48ae43b76785ba26cf18100 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Tue, 5 Mar 2024 16:07:13 +0000
Subject: [PATCH] wip

---
 controller/start_controller_later.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/controller/start_controller_later.sh b/controller/start_controller_later.sh
index 96916004e..f233559a7 100644
--- a/controller/start_controller_later.sh
+++ b/controller/start_controller_later.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
 
-sleep 15
+echo "Starting controller later"
+sleep 20
+echo "Starting controller now"
 ./gosdn
-- 
GitLab