yet some more style details
This commit is contained in:
parent
3b1a774ee6
commit
0db355c5c5
|
@ -859,8 +859,8 @@ BREWERY
|
||||||
sed -i "s|conference.$DOMAIN|internal.auth.$DOMAIN|" "$MEET_CONF"
|
sed -i "s|conference.$DOMAIN|internal.auth.$DOMAIN|" "$MEET_CONF"
|
||||||
|
|
||||||
#Enable recording & livestreaming by default.
|
#Enable recording & livestreaming by default.
|
||||||
echo "> Patching config.js to enable recording and livestreaming by default..."
|
echo -e "\n> Patching config.js to enable recording and livestreaming by default..."
|
||||||
echo " Read more about patches at the patches folder."
|
echo -e " Read more about patches at the patches folder.\n"
|
||||||
envsubst < \
|
envsubst < \
|
||||||
patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch | \
|
patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch | \
|
||||||
patch --no-backup-if-mismatch -d / -p1
|
patch --no-backup-if-mismatch -d / -p1
|
||||||
|
|
Loading…
Reference in New Issue