mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 07:26:54 +02:00
3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
curl -v -XPUT 'localhost:9200/nyaav2?pretty' -H"Content-Type: application/yaml" --data-binary @es_mapping.yml
|