Update rebuilt-machine-cron

${HOME}
This commit is contained in:
crowetic 2024-07-15 19:08:02 -07:00 committed by GitHub
parent 7b76efff70
commit 3a48df1af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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