From 741e24dfd1fefac4bdffaa8269c5cc0125888549 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 04:51:31 -0500 Subject: [PATCH] Improve system restart --- jigasi.sh | 10 ++++++---- quick_jibri_installer.sh | 11 ++++++++++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/jigasi.sh b/jigasi.sh index 661896d..861e583 100644 --- a/jigasi.sh +++ b/jigasi.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Quick Jigasi Installer - *buntu 16.04 (LTS) based systems. -# SwITNet Ltd © - 2019, https://switnet.net/ +# Quick Jigasi Installer - *buntu (LTS) based systems. +# SwITNet Ltd © - 2020, https://switnet.net/ # GPLv3 or later. ##################### Whistlist ####################### @@ -208,8 +208,10 @@ sed -i "/xmpp.acc.ANONYMOUS_AUTH/ s|# ||" $JIG_SIP_PROP prosodyctl register transcript auth.$DOMAIN jigasi -systemctl restart prosody ji* - +systemctl restart prosody \ + jicofo \ + jibri* \ + jitsi-videobridge* echo " To test, you need to enable subtitles beforehand then invite \ \"jitsi_meet_transcribe\" to the meeting (no quotes). diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index ce9e3b7..0ed9c59 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -1,6 +1,6 @@ #!/bin/bash # Quick Jibri Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2019, https://switnet.net/ +# SwITNet Ltd © - 2020, https://switnet.net/ # GPLv3 or later. { echo "Started at $(date +'%Y-%m-%d %H:%M:%S')" >> qj-installer.log @@ -103,6 +103,15 @@ echo ' Welcome to Jitsi/Jibri Installer ######################################################################## by Software, IT & Networks Ltd + +Featuring: +- Jibri +- Jibri Recordings Access via Nextcloud +- Jigasi Transcription +- Brandless Mode +- Recurring changes updater + +See more at: https://github.com/switnet-ltd/quick-jibri-installer/ ' #Check if user is root