mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
OFILE="$FILE"
|
||||||
FILE="$CRASHLOG_DIR/kodi_crashlog_$DATE.log"
|
FILE="$CRASHLOG_DIR/kodi_crashlog_$DATE.log"
|
||||||
mv "$OFILE" "$FILE"
|
mv "$OFILE" "$FILE"
|
||||||
|
ln -sf "$FILE" "$CRASHLOG_DIR/kodi_crash.log"
|
||||||
echo "Crash report available at $FILE"
|
echo "Crash report available at $FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user