pastekodi: only log current boot in case of persistent journal

This commit is contained in:
mglae 2021-08-08 11:48:42 +02:00
parent cd1ecef50d
commit c5677c2853

View File

@ -82,7 +82,7 @@ fi
cat_file "${LOG_FILE}"
journalctl -a -o short-precise | cat_data "journalctl -a"
journalctl -a -b -0 -o short-precise | cat_data "journalctl -a -b -0"
if [ "${LIBREELEC_PROJECT}" = "RPi" ]; then
vcgencmd bootloader_version | cat_data "Bootloader version"