From e754eab7dc8607538b913e8cfbe6c45ae33b1e2f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 01:17:18 +0200 Subject: [PATCH] use py script only --- home/.fluxbox/startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.fluxbox/startup b/home/.fluxbox/startup index 8b0ad31..9cf1734 100755 --- a/home/.fluxbox/startup +++ b/home/.fluxbox/startup @@ -23,7 +23,7 @@ if [ $? -eq 0 ]; then fbautostart fi -/srv/telecaster/telecaster-server/bin/streaming/telecaster.sh & +/srv/telecaster/telecaster-server/bin/streaming/telecaster.py & # 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