Update auto-fix-cron-new

changed to ${HOME} environment variable.
This commit is contained in:
crowetic 2024-07-15 18:24:42 -07:00 committed by GitHub
parent 4896ea5855
commit edd7321500
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 > "auto-fix-startup.log" 2>&1 @reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/auto-fix-startup.log" 2>&1
1 1 */3 * * ./auto-fix-qortal.sh > "log-auto-fix-cron.log" 2>&1 1 1 */3 * * ${HOME}/auto-fix-qortal.sh > "${HOME}/log-auto-fix-cron.log" 2>&1