Update auto-fix-cron-new
changed to ${HOME} environment variable.
This commit is contained in:
parent
4896ea5855
commit
edd7321500
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user