diff options
author | 2020-03-23 10:03:43 -0700 | |
---|---|---|
committer | 2020-03-23 10:32:54 -0700 | |
commit | 7a212edd8357d24e2dd88bc455418aaa895bc3c8 (patch) | |
tree | 5eec189d41ec7a606c246709ccd5fb3083778461 /scripts/.profile | |
parent | Merge pull request #68 from python-discord/feat/doc/57/docker-run-cmd (diff) |
Move snekbox.cfg to a config directory
There will be more config files to come so it's cleaner to have them
together than littering the root directory with more files.
Diffstat (limited to 'scripts/.profile')
-rw-r--r-- | scripts/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile index 69ad959..9bf8e09 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -15,7 +15,7 @@ nsjpy() { echo "${MEM_MAX}" > /sys/fs/cgroup/memory/NSJAIL/memory.memsw.limit_in_bytes nsjail \ - --config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \ + --config "${NSJAIL_CFG:-/snekbox/config/snekbox.cfg}" \ $nsj_args -- \ /usr/local/bin/python -Iqu -c "$@" } |