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