mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
xbmc:
- dont start windowmanager
This commit is contained in:
parent
75390c5d65
commit
1827aeb86a
@ -15,10 +15,6 @@ fi
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|
||||||
if [ "$START_WM" = "yes" ]; then
|
|
||||||
$WINDOWMANAGER &
|
|
||||||
fi
|
|
||||||
|
|
||||||
$IONICE $XBMC_BIN $XBMC_ARGS $@ > /dev/null 2>&1
|
$IONICE $XBMC_BIN $XBMC_ARGS $@ > /dev/null 2>&1
|
||||||
RET=$?
|
RET=$?
|
||||||
echo "Exited with code $RET"
|
echo "Exited with code $RET"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user