| 
				
			 | 
			
			
				@@ -216,19 +216,9 @@ function remove_jitsi { 
			 | 
		
	
		
			
			| 
				216
			 | 
			
				216
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				217
			 | 
			
				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
			 | 
			
				219
			 | 
			
			
				     # remove videobridge 
			 | 
		
	
		
			
			| 
				230
			 | 
			
				220
			 | 
			
			
				     #firewall_remove ${VIDEOBRIDGE_PORT} 
			 | 
		
	
		
			
			| 
				231
			 | 
			
				
			 | 
			
			
				-    apt-get -yq remove --purge jitsi-videobridge 
			 | 
		
	
		
			
			| 
				
			 | 
			
				221
			 | 
			
			
				+    apt-get -yq remove --purge jitsi-videobridge jicofo 
			 | 
		
	
		
			
			| 
				232
			 | 
			
				222
			 | 
			
			
				     if [ -d /etc/jitsi ]; then 
			 | 
		
	
		
			
			| 
				233
			 | 
			
				223
			 | 
			
			
				         rm -rf /etc/jitsi 
			 | 
		
	
		
			
			| 
				234
			 | 
			
				224
			 | 
			
			
				     fi 
			 |