From d09d4c568625425624d064ab17549fccc095e17d Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 20 Sep 2022 14:43:40 +0800 Subject: [PATCH] fix: 1c8b2f817c2ce6bb5faa0aa0526bc6b44916a826 --- web/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/install.sh b/web/install.sh index 93e29b3..37e552a 100644 --- a/web/install.sh +++ b/web/install.sh @@ -126,6 +126,7 @@ while [ $# -gt 0 ]; do -d | --docker-init) echo 'Initing UOJ System web for docker...' dockerInitProgress + ;; -? | --*) echo "Illegal option $1" ;;