quick_jibri_installer.sh: update and fix for newer release (2025) #118

Merged
Ark74 merged 28 commits from Ark74/quick-jibri-installer:fix_jitsi_2025 into master 2025-02-20 09:26:11 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0db355c5c5 - Show all commits

View File

@ -859,8 +859,8 @@ BREWERY
sed -i "s|conference.$DOMAIN|internal.auth.$DOMAIN|" "$MEET_CONF"
#Enable recording & livestreaming by default.
echo "> Patching config.js to enable recording and livestreaming by default..."
echo " Read more about patches at the patches folder."
echo -e "\n> Patching config.js to enable recording and livestreaming by default..."
echo -e " Read more about patches at the patches folder.\n"
envsubst < \
patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch | \
patch --no-backup-if-mismatch -d / -p1