From 600a4a544be7d526c909d6458a3d3a6140a1ad18 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 5 Oct 2019 12:06:12 +0100 Subject: [PATCH] we can have up to 16 characters for the fader name --- distributions/raspijamulus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/raspijamulus.sh b/distributions/raspijamulus.sh index c57a16b9..054c07b8 100755 --- a/distributions/raspijamulus.sh +++ b/distributions/raspijamulus.sh @@ -84,7 +84,7 @@ echo "Using USB audio device: ${ADEVICE}" # write Jamulus ini file for setting the client name and buffer settings JAMULUSINIFILE="Jamulus.ini" -NAME64=$(echo "Raspi $(hostname)"|cut -c -15|tr -d $'\n'|base64) +NAME64=$(echo "Raspi $(hostname)"|cut -c -16|tr -d $'\n'|base64) if [ "$NCORES" -gt "1" ]; then echo -e "\n ${NAME64}" > ${JAMULUSINIFILE} echo -e " 1\n 3\n 3" >> ${JAMULUSINIFILE}