Improve system restart

This commit is contained in:
Luis Guzmán 2020-04-11 04:51:31 -05:00
parent cfb4ef600a
commit 741e24dfd1
2 changed files with 16 additions and 5 deletions

View File

@ -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).

View File

@ -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