Update auto-fix-cron

changed to using ${HOME} environment variable.
This commit is contained in:
crowetic 2024-07-15 18:23:52 -07:00 committed by GitHub
parent 5a6bdda1af
commit 4896ea5855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
@reboot ./start-qortal.sh @reboot ${HOME}/start-qortal.sh
@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1 @reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/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 1 1 */3 * * ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/auto-fix-01.log" 2>&1