调试 elastic

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-07-23 13:37:10 +08:00
parent 862d477c80
commit 8e39031a9b

View File

@ -8,6 +8,8 @@ if [ -f .env ]; then
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
chmod -R 1000:1000 "$ELASTICSEARCH_ROOT_PATH"
echo "Check Finish."
else
echo "Error: .env file not found."