]> git.parisson.com Git - telecaster-server.git/commitdiff
use py script only
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:17:18 +0000 (01:17 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:17:18 +0000 (01:17 +0200)
home/.fluxbox/startup

index 8b0ad31dc1994c3e347d020b58298213c79bf6bf..9cf17346ee30505cec4d5fac9ec0bb7dac76dc77 100755 (executable)
@@ -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.