From 3a48df1af276e4d091dfe9cbc06a8a10d896fcef Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:08:02 -0700 Subject: [PATCH] Update rebuilt-machine-cron ${HOME} --- rebuilt-machine-cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuilt-machine-cron b/rebuilt-machine-cron index 59df241..b646e18 100644 --- a/rebuilt-machine-cron +++ b/rebuilt-machine-cron @@ -1,2 +1,2 @@ -@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/qortal/qortal/auto-fix-startup.log" 2>&1 -1 1 */5 * * /home/qortal/auto-fix-qortal.sh > "/home/qortal/qortal/auto-fix-01.log" 2>&1 +@reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/qortal/auto-fix-startup.log" 2>&1 +1 1 */5 * * ${HOME}/qortal/auto-fix-qortal.sh > "${HOME}/qortal/qortal/auto-fix-01.log" 2>&1