Skip to content

Commit

Permalink
Merge pull request #1056 from wazuh/fix_realpath-unify
Browse files Browse the repository at this point in the history
Change realpath to readlink command - Unify unattended
  • Loading branch information
alberpilot authored Dec 9, 2021
2 parents 5eda12e + b969b74 commit 3f899a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unattended_scripts/unattended_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config_path="config/opendistro"
resources="https://s3.us-west-1.amazonaws.com/packages-dev.wazuh.com/resources/${WAZUH_MAJOR}"
resources_functions="${resources}/${functions_path}"
resources_config="${resources}/${config_path}"
base_path="$(dirname $(realpath $0))"
base_path="$(dirname $(readlink -f $0))"

## Show script usage
getHelp() {
Expand Down

0 comments on commit 3f899a1

Please sign in to comment.