]> git.plutz.net Git - serve0/commitdiff
allow mplayer error output to be written to debug
authorpaul <paul@plutz.net>
Mon, 28 Nov 2016 22:34:53 +0000 (22:34 +0000)
committerpaul <paul@plutz.net>
Mon, 28 Nov 2016 22:34:53 +0000 (22:34 +0000)
svn path=/trunk/; revision=165

actions/watch.sh

index 8d8ac3318e5aa0217f7f0dd5b4aecdef625d4324..dbaa919b027e1276cf6b8468f159ea4eb23e33bc 100755 (executable)
@@ -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"