mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-27 23:51:47 +00:00
fix: sync UID and GID with JudgeServer
This commit is contained in:
parent
954463f9fd
commit
c25a314001
@ -68,8 +68,8 @@ do
|
||||
sleep 8
|
||||
done
|
||||
|
||||
addgroup -g 12003 spj
|
||||
adduser -u 12000 -S -G spj server
|
||||
addgroup -g 903 spj
|
||||
adduser -u 900 -S -G spj server
|
||||
|
||||
chown -R server:spj $DATA $APP/dist
|
||||
find $DATA/test_case -type d -exec chmod 710 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user