From 7571fa64baa699a0e2cc6d77d9fb69c907ee8d64 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 28 Nov 2016 22:34:53 +0000 Subject: [PATCH] allow mplayer error output to be written to debug svn path=/trunk/; revision=165 --- actions/watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/watch.sh b/actions/watch.sh index 8d8ac33..dbaa919 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -90,7 +90,7 @@ case "$_COOKIE[watch]" in nohup /usr/bin/mplayer \ -slave -input file="$fifofile" \ -volume "$volume" \ - "$playuri" >"$statusfile" 2>/dev/null & + "$playuri" >"$statusfile" & fi chmod 600 "$statusfile" -- 2.39.2