summaryrefslogtreecommitdiffstats
path: root/streams
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-05 22:31:54 +0200
committerroot <root@krebs>2011-08-05 22:31:58 +0200
commitb8a7f98b0082bbe4475b0c413ab7b90d9d7b5c7c (patch)
tree14b80f8bc09fa2eed7783821542e372bd1afe45e /streams
parent1707cce54aaf36606302d762591fb6e8ad79a381 (diff)
streams: fixed status bug in streams startup
Diffstat (limited to 'streams')
-rwxr-xr-xstreams/streams2
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)"