From 87f67a21f8af6be2076736a13f3ecdb13131331c Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Sun, 29 Sep 2024 13:38:32 +0200 Subject: [PATCH] chore: config --- scripts/setup-agent.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup-agent.sh b/scripts/setup-agent.sh index 4432f85..1b8c39d 100644 --- a/scripts/setup-agent.sh +++ b/scripts/setup-agent.sh @@ -65,6 +65,8 @@ cleanup() { trap cleanup EXIT +info_message "Starting setup. Using temporary directory: \"$TMP_FOLDER\"" + # Step -1: Download all scripts info_message "Download all scripts..." curl -SL -s https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main/scripts/deps.sh > "$TMP_FOLDER/deps.sh"