summaryrefslogtreecommitdiffstats
path: root/main/omxplayer/omxplayer.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/omxplayer/omxplayer.initd')
-rw-r--r--main/omxplayer/omxplayer.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/omxplayer/omxplayer.initd b/main/omxplayer/omxplayer.initd
index 72c632d4f..2b2c1b874 100644
--- a/main/omxplayer/omxplayer.initd
+++ b/main/omxplayer/omxplayer.initd
@@ -22,7 +22,7 @@ checkconfig() {
start() {
checkconfig || return 1
ebegin "Starting omxplayer"
- omxplayer_run_loop ${OMXPLAYER_OPTS} ${OMXPLAYER_URL} 2>&1 | logger -t omxplayer &
+ omxplayer_run_loop ${OMXPLAYER_OPTS} "${OMXPLAYER_URL}" 2>&1 | logger -t omxplayer &
eend $?
}