From 44d8a9efcf6c643213baa60283bd10a56343a9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 21 Aug 2024 17:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BA=94=E7=94=A8=20?= =?UTF-8?q?=E7=8B=AC=E8=A7=92=E6=95=B0=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/dujiaoka/2.0.7/scripts/init.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/dujiaoka/2.0.7/scripts/init.sh b/apps/dujiaoka/2.0.7/scripts/init.sh index d3ba0246..77b84912 100644 --- a/apps/dujiaoka/2.0.7/scripts/init.sh +++ b/apps/dujiaoka/2.0.7/scripts/init.sh @@ -8,10 +8,6 @@ if [ -f .env ]; then sed -i '/^ENV_FILE=/d' .env echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - if [ ! -f $DUJIAOKA_ROOT_PATH/install.lock ]; then - touch $DUJIAOKA_ROOT_PATH/install.lock - fi - echo "Check Finish." else