Skip to content
Snippets Groups Projects
Commit 318fb268 authored by Bob Mottram's avatar Bob Mottram
Browse files

Tidying

parent b39c34fb
No related branches found
No related tags found
No related merge requests found
......@@ -208,8 +208,8 @@ function remove_jitsi {
remove_nodejs jitsi
# remove videobridge
#firewall_remove ${VIDEOBRIDGE_PORT}
apt-get -yq remove --purge jitsi-videobridge jicofo jitsi-meet
firewall_remove ${VIDEOBRIDGE_PORT}
apt-get -yq remove --purge jitsi-videobridge jicofo jitsi-meet jitsi-meet-prosody
if [ -d /etc/jitsi ]; then
rm -rf /etc/jitsi
fi
......@@ -217,6 +217,9 @@ function remove_jitsi {
if [ -d /usr/share/jitsi-videobridge ]; then
rm -rf /usr/share/jitsi-videobridge
fi
if [ -d /usr/share/jitsi-meet ]; then
rm -rf /usr/share/jitsi-meet
fi
sed -i "/jitsi/d" /etc/apt/sources.list
apt-get update
......@@ -416,6 +419,10 @@ function install_jitsi {
# install_jitsi_xmpp
if [ -f /etc/ssl/certs/${JITSI_DOMAIN_NAME}.pem ]; then
sed -i "s|.crt|.pem|g" $jitsi_nginx_site
fi
function_check nginx_ensite
nginx_ensite ${JITSI_DOMAIN_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment