Skip to content

Commit 3145e90

Browse files
committed
zap mkdir believed unnecessary
1 parent 388298f commit 3145e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/docker-elasticsearch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ES_CONFIG_FILE="$1"
66
ES_CONFIG_DIR="$2"
77
ES_PORT="$3"
88

9-
# sudo mkdir -p /etc/elasticsearch/scripts/ # believe unnecessary
109
sudo mkdir "$ES_CONFIG_DIR" && sudo chmod 777 "$ES_CONFIG_DIR"
1110

1211
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

Comments
 (0)