From 19cafa22a1b33c06a29af333ced0960ff327284f Mon Sep 17 00:00:00 2001 From: c-bordon Date: Wed, 27 Dec 2023 14:55:29 -0300 Subject: [PATCH] The change was reverted to obtain the Wazuh version of the VERSION file --- unattended_installer/builder.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index dab949f633..061c77166d 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,8 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -readonly source_directory="$( cd $(dirname $0) ; pwd -P )" -source_branch=$(cat ${source_directory}/../VERSION) +source_branch="4.7.2" function getHelp() {