forked from switnet/quick-jibri-installer
Fix label
This commit is contained in:
parent
735e312064
commit
82fcada795
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue