Remove jicofo package

This commit is contained in:
Bob Mottram 2016-11-09 14:20:08 +00:00
parent 6cfb489b11
commit c472efa11a
1 changed files with 1 additions and 11 deletions

View File

@ -216,19 +216,9 @@ function remove_jitsi {
remove_nodejs jitsi
# remove jicofo
if [ -f /etc/systemd/system/jicofo.service ]; then
systemctl stop jicofo
systemctl disable jicofo
rm /etc/systemd/system/jicofo.service
fi
if [ -d ${INSTALL_DIR}/jicofo ]; then
rm -rf ${INSTALL_DIR}/jicofo
fi
# remove videobridge
#firewall_remove ${VIDEOBRIDGE_PORT}
apt-get -yq remove --purge jitsi-videobridge
apt-get -yq remove --purge jitsi-videobridge jicofo
if [ -d /etc/jitsi ]; then
rm -rf /etc/jitsi
fi