From 570040a82954c95db5ede996fb5e15f4d46e961c Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Wed, 6 Dec 2023 09:53:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=81=E4=B9=85=E5=8C=96=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=9C=B0=E5=9B=BE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 2a56975ba1..4e38d88a96 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -61,7 +61,7 @@ cd $DE_RUN_BASE env | grep DE_ >.env mkdir -p ${DE_RUN_BASE}/{cache,logs,conf} -mkdir -p ${DE_RUN_BASE}/data/{mysql,static-resource,map,etcd_data} +mkdir -p ${DE_RUN_BASE}/data/{mysql,static-resource,map,etcd_data,geo} mkdir -p ${DE_RUN_BASE}/apisix/logs chmod 777 ${DE_RUN_BASE}/apisix/logs ${DE_RUN_BASE}/data/etcd_data