From bb6be77f53dd3561836cd7bdd78cfef532c2af0f Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 30 Mar 2022 11:39:58 +0000 Subject: [PATCH] avoid race condition in some conditions issue is not update with the correct ip --- host/etc/rc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/host/etc/rc.local b/host/etc/rc.local index 06bd9865..68f6775a 100755 --- a/host/etc/rc.local +++ b/host/etc/rc.local @@ -1,2 +1,3 @@ #!/bin/bash +/opt/tpot/bin/updateip.sh exit 0