diff --git a/packages/mediacenter/xbmc/init.d/61_xbmc b/packages/mediacenter/xbmc/init.d/61_xbmc index 4640afb0b6..544e20c06d 100755 --- a/packages/mediacenter/xbmc/init.d/61_xbmc +++ b/packages/mediacenter/xbmc/init.d/61_xbmc @@ -52,7 +52,7 @@ progress "starting XBMC" DISPLAY=:0.0 xbmc $XBMC_ARGS > /dev/null 2>&1 RET=$? echo "Exited with code $RET" - echo "Last XBMC Exitcode: $RET" >> /storage/.xbmc/temp/last_exit.log + echo "Last XBMC Exitcode: $RET" >> /storage/.xbmc/last_exit.log [ "$RET" == 0 ] && sync && poweroff [ "$RET" == 64 ] && sync && poweroff