From f2e67dbb87eb55b57ad6a481a0db0a35ca5cbd37 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:44:34 -0800 Subject: [PATCH] modify to use reboot script --- sinclair-mate-fixes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sinclair-mate-fixes.sh b/sinclair-mate-fixes.sh index e207432..d2b54e6 100644 --- a/sinclair-mate-fixes.sh +++ b/sinclair-mate-fixes.sh @@ -16,8 +16,8 @@ cd /home/pi echo DOWNLOADING AUTO-RESTART SCRIPT AND CONFIGURING CRON TO USE IT -wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/restart-qortal.sh -chmod +x restart-qortal.sh +wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/reboot-mate.sh +chmod +x reboot-mate.sh wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/restart-cron crontab restart-cron