mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-21 23:53:11 +01:00
fix setup recording
This commit is contained in:
parent
cd76d89387
commit
20dfb43273
@ -97,9 +97,9 @@ then
|
||||
sed -i "s/ENABLE_HTTPS_PROXY.*/#ENABLE_HTTPS_PROXY=true/" .env
|
||||
fi
|
||||
|
||||
if [ ! "$recording" == "y" ]
|
||||
if [ "$recording" == "y" ]
|
||||
then
|
||||
sed -i "s/ENABLE_RECORDING.*/#ENABLE_RECORDING=true/" .env
|
||||
sed -i "s/#ENABLE_RECORDING.*/ENABLE_RECORDING=true/" .env
|
||||
fi
|
||||
|
||||
if [ "$coturn" == "y" ]
|
||||
|
Loading…
Reference in New Issue
Block a user