From e0f4fdcab92793e64551fd633eb4ba858476e60c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 26 Aug 2014 19:54:52 +0200 Subject: [PATCH] xbmc: typo; second one, who eats our quotes? Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc/system.d/xbmc-waitonnetwork.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/system.d/xbmc-waitonnetwork.service b/packages/mediacenter/xbmc/system.d/xbmc-waitonnetwork.service index dc27a793ee..29705129c3 100644 --- a/packages/mediacenter/xbmc/system.d/xbmc-waitonnetwork.service +++ b/packages/mediacenter/xbmc/system.d/xbmc-waitonnetwork.service @@ -8,7 +8,7 @@ ConditionPathExists=/storage/.cache/openelec/network_wait [Service] Type=oneshot EnvironmentFile=/storage/.cache/openelec/network_wait -ExecStartPre=/bin/sh -c 'echo "waiting on Network to come online ... (max. $WAIT_NETWORK_TIME sec.)" +ExecStartPre=/bin/sh -c 'echo "waiting on Network to come online ... (max. $WAIT_NETWORK_TIME sec.)"' ExecStart=/usr/bin/cm-online ${WAIT_NETWORK_TIME} StandardOutput=tty RemainAfterExit=yes