From e62fb032df6fb0b2e4dc16f11a803c2bb3cd28d9 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:34:17 -0800 Subject: [PATCH] use start-qortal.sh script instead This script will be updated as time goes on, and auto-fix script updates this one, so we want to use this one instead. Will also test launching in new terminal window in the future. --- auto-fix-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-cron b/auto-fix-cron index 93142fc..8d90fa8 100644 --- a/auto-fix-cron +++ b/auto-fix-cron @@ -1,3 +1,3 @@ -@reboot ./start-qortal-at-boot.sh +@reboot ./start-qortal.sh @reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1 1 1 */5 * * /home/pi/auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-01.log" 2>&1