@@ -10,7 +10,6 @@ http:
|
||||
cors:
|
||||
enabled: true
|
||||
allow-origin: "*"
|
||||
allow-headers:xpack: X-Requested-With,Content-Type,Content-Length,Authorization
|
||||
|
||||
path:
|
||||
repo:
|
||||
|
||||
@@ -8,8 +8,6 @@ if [ -f .env ]; then
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
|
||||
chmod -R 777 $ELASTICSEARCH_ROOT_PATH
|
||||
|
||||
echo "Check Finish."
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
|
||||
Reference in New Issue
Block a user