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