From c3aa17693b3ecaccded935189d9ffee2de7d16e7 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:10:47 -0800 Subject: [PATCH] added update to start-qortal.sh script script will now update the start-qortal.sh script and include the stop command to avoid 'repository in use' error. --- auto-fix-qortal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 3caafb7..db0b048 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -22,6 +22,7 @@ TIMESTAMP=`date +%s` 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 fi else if [ "$INTERNET_STATUS" = "UP" ]; then