mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
style: remove redundant sudo -E flag
This commit is contained in:
parent
4cb2cebd1e
commit
19246d8a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ cd /app
|
|||
TOOL_SERVER_TIMEOUT="${STRIX_SANDBOX_EXECUTION_TIMEOUT:-120}"
|
||||
TOOL_SERVER_LOG="/tmp/tool_server.log"
|
||||
|
||||
sudo -E -u pentester \
|
||||
sudo -u pentester \
|
||||
PYTHONPATH=/app \
|
||||
STRIX_SANDBOX_MODE=true \
|
||||
TOOL_SERVER_TOKEN="$TOOL_SERVER_TOKEN" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue