From 80385639a3e2570b18c82dc5366d219be7c71d24 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jun 2011 20:50:29 +0200 Subject: fixed run-scripts for streams --- streams/groove | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'streams/groove') diff --git a/streams/groove b/streams/groove index f3e3719a..935a16d9 100755 --- a/streams/groove +++ b/streams/groove @@ -1,11 +1,10 @@ #! /bin/bash set -euf -CMD="mplayer http://somafm.com/groovesalad.pls" +CMD="exec mplayer http://somafm.com/groovesalad.pls" function start() { stop - tmux list-sessions && - tmux new-window "$CMD" || - tmux new-session "$CMD" || + tmux start-server + tmux new-session -d "$CMD" } function stop() { -- cgit v1.2.3