Skip to content

Commit

Permalink
Add in FLAG env to nsjail environment if it is set
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAlder committed Aug 21, 2023
1 parent b5b76ba commit dd986ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/nsjail/context/nsjail-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ if [ -f "/sys/fs/cgroup/cgroup.controllers" ]; then
fi
fi

nsjail --config <(echo "$CONFIG" | envsubst)
nsjail --config <(echo "$CONFIG" | envsubst) --env FLAG

0 comments on commit dd986ba

Please sign in to comment.