mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +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
|