mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
createlog: make RPi happy
This commit is contained in:
parent
f646fceed3
commit
3531cbae3e
@ -83,7 +83,10 @@ mkdir -p $BASEDIR/$LOGDIR
|
||||
# Input.log
|
||||
LOGFILE="07_input.log"
|
||||
getlog_cmd cat /proc/bus/input/devices
|
||||
getlog_cmd cat /proc/acpi/wakeup
|
||||
# make RPi users happy
|
||||
if [ -e /proc/acpi/wakeup ] ; then
|
||||
getlog_cmd cat /proc/acpi/wakeup
|
||||
fi
|
||||
|
||||
# Filesystem.log
|
||||
LOGFILE="08_Filesystem.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user