mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
xbmc-dharma: dont delete last_exit.log at boot (moving out temp dir)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0b26e4867f
commit
0636049ab9
@ -52,7 +52,7 @@ progress "starting XBMC"
|
||||
DISPLAY=:0.0 xbmc $XBMC_ARGS > /dev/null 2>&1
|
||||
RET=$?
|
||||
echo "Exited with code $RET"
|
||||
echo "Last XBMC Exitcode: $RET" >> /storage/.xbmc/temp/last_exit.log
|
||||
echo "Last XBMC Exitcode: $RET" >> /storage/.xbmc/last_exit.log
|
||||
|
||||
[ "$RET" == 0 ] && sync && poweroff
|
||||
[ "$RET" == 64 ] && sync && poweroff
|
||||
|
Loading…
x
Reference in New Issue
Block a user