diff --git a/auto-fix-cron b/auto-fix-cron index 270d16e..0eaf7dd 100644 --- a/auto-fix-cron +++ b/auto-fix-cron @@ -1,3 +1,3 @@ -@reboot ./start-qortal.sh -@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1 -1 1 */3 * * /home/pi/auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-01.log" 2>&1 +@reboot ${HOME}/start-qortal.sh +@reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/auto-fix-startup.log" 2>&1 +1 1 */3 * * ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/auto-fix-01.log" 2>&1