From ad9fcbcb41029e7819b853656328aed0e022f8cf Mon Sep 17 00:00:00 2001 From: crowetic Date: Sat, 19 Oct 2024 17:30:47 -0700 Subject: [PATCH] fixed bug --- auto-fix-qortal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 1c33c8d..00269a4 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -18,7 +18,7 @@ PI_64_DETECTED=false initial_update() { if [ ! -f ~/auto_fix_updated ]; then echo "${YELLOW}Checking for the latest version of the script...${NC}\n" - curl -L -O ~/auto-fix-qortal.sh https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh + curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh chmod +x ~/auto-fix-qortal.sh echo "${GREEN}Script updated. Restarting...${NC}\n" touch ~/auto_fix_updated