fix: sync UID and GID with JudgeServer

This commit is contained in:
Mikucat 2024-04-07 18:06:37 +08:00
parent 954463f9fd
commit c25a314001
No known key found for this signature in database
GPG Key ID: CE6B09A6F462E04D

View File

@ -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 {} \;