From 5a6bdda1af751fb8cd85e54d9c739bce4d37614f Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:22:25 -0700 Subject: [PATCH] Update auto-fix-GUI-cron changed to using environment variable for home location. --- auto-fix-GUI-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-GUI-cron b/auto-fix-GUI-cron index a5a0045..2a65df0 100644 --- a/auto-fix-GUI-cron +++ b/auto-fix-GUI-cron @@ -10,5 +10,5 @@ # if you have this cron, it is because your machine was determined to have a GUI, and you were switched to using GUI # startup method for auto-fix script, and the cron startup method was removed. -1 1 */3 * * ./auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1 +1 1 */3 * * ${home}/auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1