mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
style: remove redundant sudo -E flag
This commit is contained in:
parent
f6d15997f0
commit
ba4dae755b
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