Sfoglia il codice sorgente

Remove jicofo package

Bob Mottram 8 anni fa
parent
commit
c472efa11a
1 ha cambiato i file con 1 aggiunte e 11 eliminazioni
  1. 1
    11
      src/freedombone-app-jitsi

+ 1
- 11
src/freedombone-app-jitsi Vedi File

216
 
216
 
217
     remove_nodejs jitsi
217
     remove_nodejs jitsi
218
 
218
 
219
-    # remove jicofo
220
-    if [ -f /etc/systemd/system/jicofo.service ]; then
221
-        systemctl stop jicofo
222
-        systemctl disable jicofo
223
-        rm /etc/systemd/system/jicofo.service
224
-    fi
225
-    if [ -d ${INSTALL_DIR}/jicofo ]; then
226
-        rm -rf ${INSTALL_DIR}/jicofo
227
-    fi
228
-
229
     # remove videobridge
219
     # remove videobridge
230
     #firewall_remove ${VIDEOBRIDGE_PORT}
220
     #firewall_remove ${VIDEOBRIDGE_PORT}
231
-    apt-get -yq remove --purge jitsi-videobridge
221
+    apt-get -yq remove --purge jitsi-videobridge jicofo
232
     if [ -d /etc/jitsi ]; then
222
     if [ -d /etc/jitsi ]; then
233
         rm -rf /etc/jitsi
223
         rm -rf /etc/jitsi
234
     fi
224
     fi