Test jigasi loggin out

Also ignore log file

(cherry picked from commit 7517f2f4a0)
This commit is contained in:
Luis Guzmán 2020-06-03 04:52:36 -05:00
parent bdeba218ad
commit 71ee2c742e
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
qj-installer.log

View File

@ -758,12 +758,13 @@ if [ $ENABLE_NC_ACCESS = yes ]; then
echo "Jigasi Transcription will be enabled."
bash $PWD/jra_nextcloud.sh
fi
} > >(tee -a qj-installer.log) 2> >(tee -a qj-installer.log >&2)
#Jigasi Transcript
if [ $ENABLE_TRANSCRIPT = yes ]; then
echo "Jigasi Transcription will be enabled."
bash $PWD/jigasi.sh
fi
{
#Prevent Jibri conecction issue
sed -i "/127.0.0.1/a \\
127.0.0.1 $DOMAIN" /etc/hosts