Remove jicofo package
This commit is contained in:
parent
6cfb489b11
commit
c472efa11a
|
@ -216,19 +216,9 @@ function remove_jitsi {
|
||||||
|
|
||||||
remove_nodejs 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
|
# remove videobridge
|
||||||
#firewall_remove ${VIDEOBRIDGE_PORT}
|
#firewall_remove ${VIDEOBRIDGE_PORT}
|
||||||
apt-get -yq remove --purge jitsi-videobridge
|
apt-get -yq remove --purge jitsi-videobridge jicofo
|
||||||
if [ -d /etc/jitsi ]; then
|
if [ -d /etc/jitsi ]; then
|
||||||
rm -rf /etc/jitsi
|
rm -rf /etc/jitsi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue