fix: 1c8b2f817c
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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