diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 4cf3ea7..a9388f8 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -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