mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
remove chmod for token.txt in run.sh
This commit is contained in:
parent
70b923bc50
commit
41ec65e15d
@ -3,6 +3,6 @@ chown compiler:compiler /spj
|
||||
echo 0 > /tmp/counter
|
||||
core=$(grep --count ^processor /proc/cpuinfo)
|
||||
n=$(($core*2))
|
||||
chmod 400 /token.txt /tmp/counter
|
||||
chmod 400 /tmp/counter
|
||||
chmod -R 400 /test_case
|
||||
gunicorn --workers $n --threads $n --error-logfile /log/gunicorn.log --time 600 --bind 0.0.0.0:8080 server:wsgiapp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user