]> git.parisson.com Git - telecaster-server.git/commitdiff
fix bg
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 27 Feb 2024 21:41:26 +0000 (22:41 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 13 Mar 2024 09:49:56 +0000 (10:49 +0100)
bin/streaming/tc_start.sh
env/.fluxbox/startup

index 8df67e45525f1f2dadbedb909f92ccd839ca31a5..5978396b2b026773a3147ec9941186191ec9e9d5 100755 (executable)
@@ -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
 
index 98729880db5d540d2194a323dfcf7491988fab29..df658743f5ee96564c4c3c4cd4264fca1508b6de 100644 (file)
@@ -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.