]> git.parisson.com Git - telecaster-server.git/commitdiff
start in bg
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Feb 2024 15:33:07 +0000 (16:33 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 1 Feb 2024 15:33:07 +0000 (16:33 +0100)
env/.fluxbox/startup

index a42557b33d2e5286a88f08c3d1845716b7dc046d..25eded78df52d03936825bc7e7aebe5aa04ce7f1 100644 (file)
@@ -23,7 +23,7 @@ if [ $? -eq 0 ]; then
     fbautostart
 fi
 
-/srv/telecaster/telecaster-server/bin/streaming/tc_start.sh
+/srv/telecaster/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.