From 3a2f213f7b06a120c21710edb14548f90144ee15 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 27 Feb 2024 22:41:26 +0100 Subject: [PATCH] fix bg --- bin/streaming/tc_start.sh | 4 ++-- env/.fluxbox/startup | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/streaming/tc_start.sh b/bin/streaming/tc_start.sh index 8df67e4..5978396 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -18,11 +18,11 @@ qjackctl & sleep 1 -$TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & +bash $TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & sleep 1 -$TELECASTER_SERVER//bin/streaming/tc_video_simple_webm_stream-gst1.sh & +bash $TELECASTER_SERVER/bin/streaming/tc_video_simple_webm_stream-gst1.sh & sleep 3 diff --git a/env/.fluxbox/startup b/env/.fluxbox/startup index 9872988..df65874 100644 --- a/env/.fluxbox/startup +++ b/env/.fluxbox/startup @@ -23,7 +23,7 @@ if [ $? -eq 0 ]; then fbautostart fi -$TELECASTER_SERVER/bin/streaming/tc_start.sh +bash $TELECASTER_SERVER/bin/streaming/tc_start.sh & # And last but not least we start fluxbox. # Because it is the last app you have to run it with ''exec'' before it. -- 2.39.5