1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-06 23:52:30 +08:00

调试 elastic

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-07-23 13:52:06 +08:00
parent 43fcd52fb2
commit b81076937d

View File

@ -8,6 +8,11 @@ if [ -f .env ]; then
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
mkdir -p $ELASTICSEARCH_ROOT_PATH
mkdir -p "$ELASTICSEARCH_ROOT_PATH/data"
mkdir -p "$ELASTICSEARCH_ROOT_PATH/backup"
mkdir -p "$ELASTICSEARCH_ROOT_PATH/plugins"
chown -R 1000:1000 $ELASTICSEARCH_ROOT_PATH
echo "Check Finish."