Fix label

This commit is contained in:
Luis Guzmán 2020-04-11 07:46:24 -05:00
parent 735e312064
commit 82fcada795
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ else
fi
#Brandless Mode
if [ $ENABLE_BLESSM = yes ]; then
echo "Jigasi Transcription will be enabled."
echo "Custom brandless mode will be enabled."
sed -i "s|ENABLE_BLESSM=.*|ENABLE_BLESSM=\"on\"|" jitsi-updater.sh
bash $PWD/jm-bm.sh
fi