]> git.parisson.com Git - telecaster-server.git/commitdiff
fix path
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 27 Feb 2024 21:38:24 +0000 (22:38 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 27 Feb 2024 21:38:24 +0000 (22:38 +0100)
bin/streaming/tc_start.sh
env/.fluxbox/startup

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