Update auto-fix-cron
changed to using ${HOME} environment variable.
This commit is contained in:
parent
5a6bdda1af
commit
4896ea5855
@ -1,3 +1,3 @@
|
||||
@reboot ./start-qortal.sh
|
||||
@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/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
|
||||
@reboot ${HOME}/start-qortal.sh
|
||||
@reboot sleep 399 && ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/auto-fix-startup.log" 2>&1
|
||||
1 1 */3 * * ${HOME}/auto-fix-qortal.sh > "${HOME}/qortal/auto-fix-01.log" 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user