mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-16 23:51:06 +02:00
fix setup recording
This commit is contained in:
@ -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" ]
|
||||||
|
Reference in New Issue
Block a user