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 | b8a7f98b0082bbe4475b0c413ab7b90d9d7b5c7c (patch) | |
tree | 14b80f8bc09fa2eed7783821542e372bd1afe45e | |
parent | 1707cce54aaf36606302d762591fb6e8ad79a381 (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)" |