sleep 1
-$TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh &
+bash $TELECASTER_SERVER/bin/streaming/tc_audio_mp3_icecast-gst1.sh &
sleep 1
-$TELECASTER_SERVER//bin/streaming/tc_video_simple_webm_stream-gst1.sh &
+bash $TELECASTER_SERVER/bin/streaming/tc_video_simple_webm_stream-gst1.sh &
sleep 3
fbautostart
fi
-$TELECASTER_SERVER/bin/streaming/tc_start.sh
+bash $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.