mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update modsecurity test to run main.py with sudo -E
This commit is contained in:
parent
fe3fe9ec26
commit
ec047b8c36
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ do
|
|||
if [ "$integration" == "docker" ] ; then
|
||||
docker compose -f docker-compose.test.yml up --abort-on-container-exit --exit-code-from tests
|
||||
else
|
||||
python3 main.py
|
||||
sudo -E python3 main.py
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
|
|
|
|||
Loading…
Reference in a new issue