diff options
author | root <root@krebs> | 2011-08-05 22:31:54 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-05 22:31:58 +0200 |
commit | c06d2bfb78682f4e72966274d7185c41d7309bbd (patch) | |
tree | a66649a5e1bfc5806d1cd77b1a3a7bffb04bb8cc | |
parent | 7f431c4e2ae9aa14bb599b903d7e7b87aa239f56 (diff) |
streams: fixed status bug in streams startup
-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)" |