mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc:
- cleanup
This commit is contained in:
parent
b436e197d7
commit
6afa71145b
@ -13,7 +13,9 @@ fi
|
||||
|
||||
while true; do
|
||||
|
||||
[ "$START_WM" = "yes" ] && $WINDOWMANAGER &
|
||||
if [ "$START_WM" = "yes" ]; then
|
||||
$WINDOWMANAGER &
|
||||
fi
|
||||
|
||||
$IONICE $XBMC_BIN $XBMC_ARGS $@ > /dev/null 2>&1
|
||||
RET=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user