From: paul Date: Mon, 28 Nov 2016 22:34:53 +0000 (+0000) Subject: allow mplayer error output to be written to debug X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=7571fa64baa699a0e2cc6d77d9fb69c907ee8d64 allow mplayer error output to be written to debug svn path=/trunk/; revision=165 --- 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"