Fixing typos

This commit is contained in:
Tsvetomir Hristov 2024-10-11 13:35:18 +02:00
parent 76e3089b5d
commit 608e064fe6
2 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,8 @@ function update_script() {
}
function ask_extend_mmap() {
echo "Elasticsearch recommends extending the vm.max_map_count \n(https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html)?"
echo "Elasticsearch recommends extending the vm.max_map_count"
echo "(https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html)"
read -r -p "Would you like to extend mmap count? <y/N>" prompt
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
msg_info "Extending mmap count"