- dont start windowmanager
This commit is contained in:
Stephan Raue 2010-04-14 17:13:15 +02:00
parent 75390c5d65
commit 1827aeb86a

View File

@ -15,10 +15,6 @@ fi
while true; do
if [ "$START_WM" = "yes" ]; then
$WINDOWMANAGER &
fi
$IONICE $XBMC_BIN $XBMC_ARGS $@ > /dev/null 2>&1
RET=$?
echo "Exited with code $RET"