Skip to content

Commit

Permalink
Merge pull request #2010 from wazuh/4486-remove-parameter-depothelper…
Browse files Browse the repository at this point in the history
…-to4.4

Remove parameter `-b` to `depothelper`
  • Loading branch information
alberpilot authored Jan 4, 2023
2 parents 97c5751 + 6fb69d0 commit b7d9115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hp-ux/generate_wazuh_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build_environment() {

if [ -n "${ftp_ip}" ] && [ -n "${ftp_port}" ] && [ -n "${ftp_user}" ] && [ -n "${ftp_pass}" ]
then
fpt_connection="-b 64 -p ${ftp_ip}:${ftp_port}:${ftp_user}:${ftp_pass}"
fpt_connection="-p ${ftp_ip}:${ftp_port}:${ftp_user}:${ftp_pass}"
fi

echo "fpt_connection: $fpt_connection"
Expand Down

0 comments on commit b7d9115

Please sign in to comment.