use number on patch naming.

This commit is contained in:
Luis Guzmán 2024-08-29 17:53:36 -06:00
parent 0eafbc9503
commit d38d87e505
3 changed files with 4 additions and 2 deletions

View File

@ -100,13 +100,15 @@ echo "Setting up Jigasi transcript with current platform..."
# Jitsi Meet # Jitsi Meet
echo "> Patching Jitsi Meet's config.js for Transcription support." echo "> Patching Jitsi Meet's config.js for Transcription support."
echo " Read more at patches/jigasi/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 envsubst < patches/jigasi/001-jigasi-meet-config.patch | \
patch --no-backup-if-mismatch -d / -p1
# Jigasi # Jigasi
echo "> Patching jigasi's sip-communicator.properties configuration." echo "> Patching jigasi's sip-communicator.properties configuration."
echo " Read more at patches/jigasi/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 cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file
envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1 envsubst < patches/jigasi/002-jigasi-sip-properties.patch | \
patch --no-backup-if-mismatch -d / -p1
# Create transcribe user on hidden domain. # Create transcribe user on hidden domain.
prosodyctl register transcriber recorder."$DOMAIN" "$JIG_TRANSC_PASWD" prosodyctl register transcriber recorder."$DOMAIN" "$JIG_TRANSC_PASWD"