From aaa2bf0cd6ded0a42ef422cbb85a6da973d3b8bd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 27 Feb 2024 22:38:24 +0100 Subject: [PATCH] fix path --- 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 ab65d13..8df67e4 100755 --- a/bin/streaming/tc_start.sh +++ b/bin/streaming/tc_start.sh @@ -18,11 +18,11 @@ qjackctl & sleep 1 -./tc_audio_mp3_icecast-gst1.sh & +$TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh & sleep 1 -./tc_video_simple_webm_stream-gst1.sh & +$TELECASTER_SERVER//bin/streaming/tc_video_simple_webm_stream-gst1.sh & sleep 3 diff --git a/env/.fluxbox/startup b/env/.fluxbox/startup index a42557b..9872988 100644 --- a/env/.fluxbox/startup +++ b/env/.fluxbox/startup @@ -23,7 +23,7 @@ if [ $? -eq 0 ]; then fbautostart fi -/srv/telecaster/telecaster-server/bin/streaming/tc_start.sh +$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