We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388298f commit 3145e90Copy full SHA for 3145e90
bin/docker-elasticsearch
@@ -6,7 +6,6 @@ ES_CONFIG_FILE="$1"
6
ES_CONFIG_DIR="$2"
7
ES_PORT="$3"
8
9
-# sudo mkdir -p /etc/elasticsearch/scripts/ # believe unnecessary
10
sudo mkdir "$ES_CONFIG_DIR" && sudo chmod 777 "$ES_CONFIG_DIR"
11
12
sudo curl -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_100.groovy > "$ES_CONFIG_DIR"/prefer_shorter_module_names_100.groovy
0 commit comments