From 67a279cd2a5a004e31bbbb9a17f9c4b8ebe6d9b2 Mon Sep 17 00:00:00 2001 From: crowetic Date: Fri, 15 Nov 2024 09:43:17 -0800 Subject: [PATCH] re-enabled bootstrapping on auto-fix script. --- auto-fix-qortal.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index c8c7d8a..637e8c8 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -450,9 +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...SKIPPING DUE TO TEMPORARY BOOTSTRAP CLUSTER ISSUE...${NC}\n" - #force_bootstrap - update_script + echo "${RED}SECOND remote node check FAILED... ${NC}${YELLOW}assuming local node needs bootstrapping... bootstrapping in 5 seconds...${NC}\n" + force_bootstrap + #update_script fi fi } @@ -481,7 +481,7 @@ update_script() { chmod +x auto-fix-qortal.sh cd cp ~/qortal/new-scripts/auto-fix-qortal.sh . - rm ~/auto_fix_updated + rm -rf ~/auto_fix_updated echo "${YELLOW} Auto-fix script run complete.${NC}\n" sleep 5 exit