diff options
Diffstat (limited to 'streams')
| -rwxr-xr-x | streams/streams | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/streams/streams b/streams/streams index c5e9e471..607fd9e5 100755 --- a/streams/streams +++ b/streams/streams @@ -50,7 +50,7 @@ function status()    #tmux list-sessions  2>/dev/null    #return $RET -  EV="`ps -ef | grep tmux`" +  EV="`ps -ef | grep mplayer`"    if echo "$URLS" | while read URL NAME; do      if [ "`echo "$EV" | grep \"$URL\"`" ] ;then        echo "** $NAME running ($URL)"  | 
