From edd7321500cb14843afe5617731c6b23f8775a00 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:24:42 -0700 Subject: [PATCH] Update auto-fix-cron-new changed to ${HOME} environment variable. --- auto-fix-cron-new | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto-fix-cron-new b/auto-fix-cron-new index f1b6d76..50a926e 100644 --- a/auto-fix-cron-new +++ b/auto-fix-cron-new @@ -1,3 +1,3 @@ -@reboot ./start-qortal.sh -@reboot sleep 399 && ./auto-fix-qortal.sh > "auto-fix-startup.log" 2>&1 -1 1 */3 * * ./auto-fix-qortal.sh > "log-auto-fix-cron.log" 2>&1 +@reboot ${HOME}/start-qortal.sh +@reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/auto-fix-startup.log" 2>&1 +1 1 */3 * * ${HOME}/auto-fix-qortal.sh > "${HOME}/log-auto-fix-cron.log" 2>&1