From 7310641ce03bec428e5d3ca37c9f7d4ea5142c00 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 14 Jan 2024 22:44:49 +0100 Subject: [PATCH] typo --- pre/inst-depl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre/inst-depl b/pre/inst-depl index 757fd16..6ee14d9 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -42,10 +42,10 @@ ELKREL=8.11.3 str81="wget -nc -4 https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${ELKREL}-amd64.deb" str82="wget -nc -4 https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${ELKREL}-windows-x86_64.zip" str83="wget -nc -4 https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-${ELKREL}-windows-x86_64.zip" -str84="wget -nc -a https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-${ELKREL}-amd64.deb" +str84="wget -nc -4 https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-${ELKREL}-amd64.deb" -[[ -d "${STOREREP}" ]]|| mkdir "${STOREREP}" +[[ -d "${STOREREP}" ]] || mkdir "${STOREREP}" (cat < "${STOREREP}/getall" #!/bin/bash