From 1e7847d4ddd1f18365b94742db31e10fd9c2bdd6 Mon Sep 17 00:00:00 2001 From: Digimer Date: Sun, 13 Jun 2021 14:14:37 -0400 Subject: [PATCH] * Added a call to Network->check_bonds() to be called while non-Striker machines wait to connect to a database. Signed-off-by: Digimer --- tools/anvil-daemon | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/anvil-daemon b/tools/anvil-daemon index 0cbbfed5..4760d359 100755 --- a/tools/anvil-daemon +++ b/tools/anvil-daemon @@ -125,6 +125,7 @@ if (not $anvil->data->{sys}{database}{connections}) sleep 10; $anvil->refresh(); + $anvil->Network->check_bonds({heal => "all"}); $anvil->Database->connect({check_if_configured => 1, check_for_resync => 1}); $anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 3, key => "log_0132"}); if (not $anvil->data->{sys}{database}{connections})