mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc: dont clean temp dir on boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f9eab5d248
commit
e6bcfb83fd
@ -24,15 +24,6 @@
|
|||||||
|
|
||||||
progress "setup XBMC"
|
progress "setup XBMC"
|
||||||
|
|
||||||
#
|
|
||||||
# clean temp dir
|
|
||||||
#
|
|
||||||
# hack... we should always clean this temp dir, but we should keep
|
|
||||||
# the logfiles in debug mode
|
|
||||||
if [ ! "$DEBUG" = "yes" ]; then
|
|
||||||
rm -rf $HOME/.xbmc/temp/*
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# add some default settings
|
# add some default settings
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user