From 0636049ab9ec54db9d5a9345ca3fb6f2f6654f38 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 27 Sep 2010 23:46:40 +0200 Subject: [PATCH] xbmc-dharma: dont delete last_exit.log at boot (moving out temp dir) Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc-dharma/init.d/61_xbmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc-dharma/init.d/61_xbmc b/packages/mediacenter/xbmc-dharma/init.d/61_xbmc index 4640afb0b6..544e20c06d 100755 --- a/packages/mediacenter/xbmc-dharma/init.d/61_xbmc +++ b/packages/mediacenter/xbmc-dharma/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