1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 04:17:02 +00:00

fix: 1c8b2f817c2ce6bb5faa0aa0526bc6b44916a826

This commit is contained in:
Baoshuo Ren 2022-09-20 14:43:40 +08:00
parent 68e1893398
commit d09d4c5686
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -126,6 +126,7 @@ while [ $# -gt 0 ]; do
-d | --docker-init)
echo 'Initing UOJ System web for docker...'
dockerInitProgress
;;
-? | --*)
echo "Illegal option $1"
;;