From c06d2bfb78682f4e72966274d7185c41d7309bbd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Aug 2011 22:31:54 +0200 Subject: streams: fixed status bug in streams startup --- streams/streams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streams') 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)" -- cgit v1.2.3