From 71b68e1bbacfe5e9ba6f651c3d91ecaed094290b Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 22 Nov 2022 11:13:54 +0800 Subject: [PATCH] fix: init progress --- web/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/install.sh b/web/install.sh index 4f773f9..f1996be 100644 --- a/web/install.sh +++ b/web/install.sh @@ -95,6 +95,7 @@ initProgress(){ mkdir -p /opt/uoj/web/app/storage/image_hosting chmod -R 777 /opt/uoj/web/app/storage #Using cli upgrade to latest + sleep 15 # Wait for uoj-db php7.4 /opt/uoj/web/app/cli.php upgrade:latest touch /var/uoj_data/.UOJSetupDone #Touch SetupDone flag file