forked from switnet/quick-jibri-installer
				
			jm-bm: fix typo in condition (#127)
Reviewed-on: switnet/quick-jibri-installer#127 Co-authored-by: Ark74 <ark@switnet.org> Co-committed-by: Ark74 <ark@switnet.org>
This commit is contained in:
		
							parent
							
								
									8f983ab71b
								
							
						
					
					
						commit
						7774788044
					
				
							
								
								
									
										2
									
								
								jm-bm.sh
								
								
								
								
							
							
						
						
									
										2
									
								
								jm-bm.sh
								
								
								
								
							| 
						 | 
					@ -88,7 +88,7 @@ sed -i "s| powered by the Jitsi Videobridge||g" "$TITLE_FILE"
 | 
				
			||||||
sed -i "/appNotInstalled/ s|{{app}}|$MOVILE_APP_NAME|g" /usr/share/jitsi-meet/lang/*
 | 
					sed -i "/appNotInstalled/ s|{{app}}|$MOVILE_APP_NAME|g" /usr/share/jitsi-meet/lang/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Custom UI changes
 | 
					#Custom UI changes
 | 
				
			||||||
if [ -f "$INT_CONF"] && [ -f "$INT_CONF_ETC" ]; then
 | 
					if [ -f "$INT_CONF" ] && [ -f "$INT_CONF_ETC" ]; then
 | 
				
			||||||
    echo "Static interface_config.js exists, skipping modification..."
 | 
					    echo "Static interface_config.js exists, skipping modification..."
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    echo "This setup doesn't have a static interface_config.js, seting it up and applying changes..."
 | 
					    echo "This setup doesn't have a static interface_config.js, seting it up and applying changes..."
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue