mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 11:48:22 +02: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
|
sed -i "s/ENABLE_HTTPS_PROXY.*/#ENABLE_HTTPS_PROXY=true/" .env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! "$recording" == "y" ]
|
if [ "$recording" == "y" ]
|
||||||
then
|
then
|
||||||
sed -i "s/ENABLE_RECORDING.*/#ENABLE_RECORDING=true/" .env
|
sed -i "s/#ENABLE_RECORDING.*/ENABLE_RECORDING=true/" .env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$coturn" == "y" ]
|
if [ "$coturn" == "y" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user