From aa6a79b832dfd86d03d352256684b3fbc5a85ac2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 1 Feb 2024 16:33:07 +0100 Subject: [PATCH] start in bg --- env/.fluxbox/startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/.fluxbox/startup b/env/.fluxbox/startup index a42557b..25eded7 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 +/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. -- 2.39.5