the fader tag length must be limited

This commit is contained in:
Volker Fischer 2019-09-25 20:15:44 +02:00
parent b2bdcce5ea
commit 35c01b1b1f

View File

@ -75,7 +75,7 @@ echo "Using USB audio device: ${ADEVICE}"
# write Jamulus ini file for setting the client name
JAMULUSINIFILE="Jamulus.ini"
NAME64=$(echo -n "Raspi $(hostname)"|base64)
NAME64=$(echo -n "Raspi $(hostname)"|cut -c -15|base64)
echo -e "<client>\n <name_base64>${NAME64}</name_base64>\n</client>" > ${JAMULUSINIFILE}
# start Jack2 and Jamulus in headless mode