mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
6 lines
136 B
Bash
6 lines
136 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [[ ${WR_TEST} = "yes" || ${WOMBAT_TEST} == "yes" ]]; then
|
||
|
sudo sysctl kernel.unprivileged_userns_clone=1
|
||
|
fi
|