mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: create sym link for latest crashlog [backport]
This commit is contained in:
parent
87383c03f2
commit
0e491dc521
@ -82,6 +82,7 @@ print_crash_report()
|
||||
OFILE="$FILE"
|
||||
FILE="$CRASHLOG_DIR/kodi_crashlog_$DATE.log"
|
||||
mv "$OFILE" "$FILE"
|
||||
ln -sf "$FILE" "$CRASHLOG_DIR/kodi_crash.log"
|
||||
echo "Crash report available at $FILE"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user