From 07576761854fb8476373a01c8b32c1585d94df1e Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 13 Nov 2024 20:26:57 -0800 Subject: [PATCH] removed force-bootstrap if node is 1500 blocks behind. TEMPORARY modification due to issues with bootstrap cluster. --- auto-fix-qortal.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 10a73a3..c8c7d8a 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -450,8 +450,9 @@ remote_height_checks() { echo "${GREEN}qortal.link height checks PASSED updating script...${NC}" update_script else - echo "${RED}SECOND remote node check FAILED... ${NC}${YELLOW}assuming local node needs bootstrapping... bootstrapping in 5 seconds...${NC}\n" - force_bootstrap + echo "${RED}SECOND remote node check FAILED... ${NC}${YELLOW}assuming local node needs bootstrapping... bootstrapping in 5 seconds...SKIPPING DUE TO TEMPORARY BOOTSTRAP CLUSTER ISSUE...${NC}\n" + #force_bootstrap + update_script fi fi }