Update README
This commit is contained in:
parent
32d3a6a2c6
commit
fd72ecdbc6
|
@ -33,8 +33,8 @@ Please check more details on our wiki.
|
|||
* Customized brandless mode
|
||||
* Improved recurring updater
|
||||
* (New) Grafana Dashboard
|
||||
* (New) Lobby Rooms
|
||||
* (New) Conference Duration
|
||||
* (New) Lobby Rooms - Secure Rooms
|
||||
* (New) Conference Duration - Secure Rooms
|
||||
|
||||
|
||||
## Optional custom changes
|
||||
|
|
|
@ -467,7 +467,7 @@ done
|
|||
#Jigasi
|
||||
if [ "$(curl -s -o /dev/null -w "%{http_code}" $GC_SDK_REL_FILE )" == "404" ]; then
|
||||
echo "> Sorry Google SDK doesn't have support yet for $(lsb_release -sd),
|
||||
thus, Jigasi Transcript can't be enable."
|
||||
thus, Jigasi Transcript can't be enable."
|
||||
elif [ "$(curl -s -o /dev/null -w "%{http_code}" $GC_SDK_REL_FILE )" == "200" ]; then
|
||||
while [[ "$ENABLE_TRANSCRIPT" != "yes" && "$ENABLE_TRANSCRIPT" != "no" ]]
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue