- cleanup
This commit is contained in:
Stephan Raue 2010-03-27 18:38:44 +01:00
parent b436e197d7
commit 6afa71145b

View File

@ -13,7 +13,9 @@ fi
while true; do while true; do
[ "$START_WM" = "yes" ] && $WINDOWMANAGER & 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=$?