Skip to content

Commit

Permalink
Indentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Sep 30, 2024
1 parent 4e08827 commit 9f3c5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_functions/installCommon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function installCommon_createInstallFiles() {
eval "chown root:root /tmp/wazuh-install-files/* ${debug}"
eval "tar -zcf '${tar_file}' -C '/tmp/' wazuh-install-files/ ${debug}"
eval "rm -rf '/tmp/wazuh-install-files' ${debug}"
eval "rm -rf ${config_file} ${debug}"
eval "rm -rf ${config_file} ${debug}"
common_logger "Created ${tar_file_name}. It contains the Wazuh cluster key, certificates, and passwords necessary for installation."
else
common_logger -e "Unable to create /tmp/wazuh-install-files"
Expand Down

0 comments on commit 9f3c5d0

Please sign in to comment.