mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
#!/bin/bash -x
 | 
						|
# Do not enable the warning about the insecurity of http protocol
 | 
						|
 | 
						|
sed -i 's/if (window\.location.*/if (false) {/' {{ jupyterhub_venv }}/share/jupyterhub/templates/login.html
 |