From bcc20dca8454f4064e53b1b7c6e3c2571224443d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 28 Aug 2024 22:39:41 -0600 Subject: [PATCH] jigasi: fix patch path comment. --- jigasi-vosk-backend.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jigasi-vosk-backend.sh b/jigasi-vosk-backend.sh index 4a98172..a143a1e 100644 --- a/jigasi-vosk-backend.sh +++ b/jigasi-vosk-backend.sh @@ -101,12 +101,12 @@ echo "Setting up Jigasi transcript with current platform..." # Jitsi Meet echo "> Patching Jitsi Meet's config.js for Transcription support." -echo " Read more at patches/jigasi-meet-config.patch file" +echo " Read more at patches/jigasi/jigasi-meet-config.patch file" envsubst < patches/jigasi/jigasi-meet-config.patch | patch --no-backup-if-mismatch -d / -p1 # Jigasi echo "> Patching jigasi's sip-communicator.properties configuration." -echo " Read more at patches/jigasi-sip-properties.patch file" +echo " Read more at patches/jigasi/jigasi-sip-properties.patch file" cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1