From 34c5d024ccd97dd3aeda40db7259cf64b4f8e7d1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 9 Oct 2010 19:40:05 +0200 Subject: [PATCH] atvclient: starting in background Signed-off-by: Stephan Raue --- packages/sysutils/remote/atvclient/init.d/34_atvclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/remote/atvclient/init.d/34_atvclient b/packages/sysutils/remote/atvclient/init.d/34_atvclient index 3197109d10..d28d8fe1a2 100755 --- a/packages/sysutils/remote/atvclient/init.d/34_atvclient +++ b/packages/sysutils/remote/atvclient/init.d/34_atvclient @@ -28,4 +28,4 @@ progress "starting ATVclient" mkdir -p /storage/.cache - atvclient -m > /dev/null 2>&1 \ No newline at end of file + atvclient -m > /dev/null 2>&1 & \ No newline at end of file