From 7ef8c2bad89411d41b880bf1cbcd1446cdf8efaa Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 28 Dec 2022 14:09:02 -0800 Subject: [PATCH] remove settings.json configuration from this script --- auto-fix-qortal.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index ded57f0..3cdf7fd 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -19,7 +19,6 @@ TIMESTAMP=`date +%s` if [ "$INTERNET_STATUS" != "UP" ]; then echo "${BLUE}Internet connection is UP, continuing${NC}\n `date +%Y-%m-%dT%H:%M:%S%Z` $((`date +%s`-$TIMESTAMP))"; INTERNET_STATUS="UP" - curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/settings.json && mv settings.json ~/qortal curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/check-qortal-status.sh && mv check-qortal-status.sh ~/Desktop && chmod +x ~/Desktop/check-qortal-status.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-modified-memory-args.sh && mv start-modified-memory-args.sh ~/qortal/start.sh && chmod +x ~/qortal/start.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qortal.sh && chmod +x start-qortal.sh