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
commitc06d2bfb78682f4e72966274d7185c41d7309bbd (patch)
treea66649a5e1bfc5806d1cd77b1a3a7bffb04bb8cc /streams
parent7f431c4e2ae9aa14bb599b903d7e7b87aa239f56 (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)"