From ba2a1ac22dc664847541b416d8fccd4e5a974085 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 23 Oct 2018 17:06:21 -0400 Subject: bugfix? --- bin/startaudio | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/startaudio b/bin/startaudio index 3c95e60..3fbfa7f 100755 --- a/bin/startaudio +++ b/bin/startaudio @@ -1,2 +1,3 @@ #!/bin/sh -start-pulseaudio-x11 && ${HOME}/bin/mpd_others.sh +start-pulseaudio-x11 +${HOME}/bin/mpd_others.sh -- cgit v1.2.3