Files
LibreELEC.tv/packages/sysutils/busybox/scripts
Ian Leonard 462b767ce4 busybox: createlog: cleanup
Only create a logfile for the previous boot if persistent journal
is being used.

Also applies some changes for shellcheck warnings:

`...` to $(...)
Verifying variable is set ${var:?} before rm'ing
Useless use of cat
Command grouping when the commands redirect to the same file
Use of == in [...]
[ test1 -a test2 ] to [ test1 ] && [ test2 ]

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 06:30:34 +00:00
..
2019-06-15 02:55:58 +01:00
2023-03-18 06:30:34 +00:00
2020-10-07 00:37:48 +02:00
2018-07-18 22:37:47 +02:00
2019-10-29 11:51:27 +00:00
2018-07-18 22:37:47 +02:00
2023-02-26 13:06:34 +00:00