mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
xbmc: clean temp dir before starting
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9d30d2b116
commit
b29cc38586
@ -30,6 +30,9 @@ progress "starting XBMC"
|
||||
|
||||
XBMC_ARGS="--standalone -fs --lircdev /dev/lircd"
|
||||
|
||||
# clean temp dir
|
||||
rm -rf $HOME/.xbmc/temp/*
|
||||
|
||||
# starting autoupdate
|
||||
[ -f /usr/bin/autoupdate ] && /usr/bin/autoupdate &
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user