made auto-fix script run every 3 days instead of every 5. Changed auto-fix crons of all types to run every 3 days. Script is now more efficient for those with limited internet connections.
This commit is contained in:
parent
3d1824e95a
commit
18ae97a523
@ -10,5 +10,5 @@
|
|||||||
# if you have this cron, it is because your machine was determined to have a GUI, and you were switched to using GUI
|
# if you have this cron, it is because your machine was determined to have a GUI, and you were switched to using GUI
|
||||||
# startup method for auto-fix script, and the cron startup method was removed.
|
# startup method for auto-fix script, and the cron startup method was removed.
|
||||||
|
|
||||||
1 1 */5 * * ./auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1
|
1 1 */3 * * ./auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
@reboot ./start-qortal.sh
|
@reboot ./start-qortal.sh
|
||||||
@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1
|
@reboot sleep 399 && ./auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-startup.log" 2>&1
|
||||||
1 1 */5 * * /home/pi/auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-01.log" 2>&1
|
1 1 */3 * * /home/pi/auto-fix-qortal.sh > "/home/pi/qortal/auto-fix-01.log" 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user