From 0db355c5c5dbc176259d42cc8d1d221652121f13 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 20 Feb 2025 01:20:57 -0600 Subject: [PATCH] yet some more style details --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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