again fixed bug

This commit is contained in:
crowetic 2024-10-19 17:32:38 -07:00
parent ad9fcbcb41
commit 9b637f5098

View File

@ -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 https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh
curl -L -o ~/auto-fix-qortal.sh 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