From 152af47a86b84fd9daf4fa2ad9d03ffde66bbdef Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:01:34 -0700 Subject: [PATCH] Update auto-fix-qortal.sh modified high-RAM start script settings. --- auto-fix-qortal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 73ab630..5e3b07e 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -124,8 +124,8 @@ echo "${YELLOW} Checking system RAM ... $totalm System RAM ... Configuring syste elif [ "$totalm" -ge 6001 ] && [ "$totalm" -le 16000 ]; then echo "${WHITE} Machine has between 6GB and 16GB of RAM, Downloading correct start script for your configuration...${NC}\n" curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-6001-to-16000m.sh && mv start-6001-to-16000m.sh ~/qortal/start.sh && chmod +x ~/qortal/start.sh - else echo "${WHITE} Machine has more than 16GB of RAM, using default start script and continuing...${NC}\n" - curl -L -O https://raw.githubusercontent.com/Qortal/qortal/master/start.sh && mv start.sh ~/qortal/start.sh && chmod +x ~/qortal/start.sh + else echo "${WHITE} Machine has more than 16GB of RAM, using high-RAM start script and continuing...${NC}\n" + curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-high-RAM.sh && mv start-high-RAM.sh ~/qortal/start.sh && chmod +x ~/qortal/start.sh fi