mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
4 lines
196 B
Bash
Executable file
4 lines
196 B
Bash
Executable file
#!/bin/bash -x
|
|
# Do not enable the warning about the insecurity of http protocol
|
|
|
|
sed -i -e's/if (window\.location.*/if (false) {/' {{ jupyterhub_venv }}/share/jupyterhub/templates/login.html
|