mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
kodi: create sym link for latest crashlog
This commit is contained in:
parent
9e705dd0a3
commit
51f3f237cc
@ -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