mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #1188 from MilhouseVH/crashlog_symlink
kodi: create sym link for latest crashlog
This commit is contained in:
commit
cc3191e6cb
@ -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