Stable branch #2

Merged
Ark74 merged 34 commits from stable-branch into master 2020-04-11 19:22:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 82fcada795 - Show all commits

View File

@ -689,7 +689,7 @@ else
fi fi
#Brandless Mode #Brandless Mode
if [ $ENABLE_BLESSM = yes ]; then 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 sed -i "s|ENABLE_BLESSM=.*|ENABLE_BLESSM=\"on\"|" jitsi-updater.sh
bash $PWD/jm-bm.sh bash $PWD/jm-bm.sh
fi fi