forked from switnet/quick-jibri-installer
7.0.3 (#83)
* jitsi-updater: fix condition to set turn config. * quick-jibri-installer: fix typo on path.
This commit is contained in:
parent
9926e5d573
commit
8b20ae561c
|
@ -222,7 +222,7 @@ fi
|
||||||
[ "$JIBRI_NODE" != yes ] && \
|
[ "$JIBRI_NODE" != yes ] && \
|
||||||
if [ "$NC_DOMAIN" != "TBD" ]; then
|
if [ "$NC_DOMAIN" != "TBD" ]; then
|
||||||
printwc "${Purple}" "========== Enable $NC_DOMAIN for sync client ==========\n"
|
printwc "${Purple}" "========== Enable $NC_DOMAIN for sync client ==========\n"
|
||||||
if [ -z "$PREAD_PROXY" ]; then
|
if [ -f "$JITSI_MEET_PROXY" ] && [ -z "$PREAD_PROXY" ]; then
|
||||||
printf "\n Setting up Nextcloud domain on Jitsi Meet turn proxy\n\n"
|
printf "\n Setting up Nextcloud domain on Jitsi Meet turn proxy\n\n"
|
||||||
sed -i "/server {/i \ \ map \$ssl_preread_server_name \$upstream {" "$JITSI_MEET_PROXY"
|
sed -i "/server {/i \ \ map \$ssl_preread_server_name \$upstream {" "$JITSI_MEET_PROXY"
|
||||||
sed -i "/server {/i \ \ \ \ \ \ $DOMAIN web;" "$JITSI_MEET_PROXY"
|
sed -i "/server {/i \ \ \ \ \ \ $DOMAIN web;" "$JITSI_MEET_PROXY"
|
||||||
|
|
|
@ -425,7 +425,7 @@ else
|
||||||
unzip -o /tmp/chromedriver_linux64.zip -d /usr/local/bin/
|
unzip -o /tmp/chromedriver_linux64.zip -d /usr/local/bin/
|
||||||
chown root:root /usr/local/bin/chromedriver
|
chown root:root /usr/local/bin/chromedriver
|
||||||
chmod 0755 /usr/local/bin/chromedriver
|
chmod 0755 /usr/local/bin/chromedriver
|
||||||
rm -rf /tpm/chromedriver_linux64.zip
|
rm -rf /tmp/chromedriver_linux64.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "\nCheck Google Software Working...\n"
|
printf "\nCheck Google Software Working...\n"
|
||||||
|
|
Loading…
Reference in New Issue