Skip to content

Commit

Permalink
Remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Apr 18, 2024
1 parent 83eed79 commit 0f97aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-tools/build-packages/deb/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ build_deb() {
fi

volumes="-v ${out_dir}/:/tmp:Z -v ${tmp_dir}/wazuh-dashboard.tar.gz:/opt/wazuh-dashboard.tar.gz"
echo $volumes
docker run -t --rm ${volumes} \
-v ${current_path}/../..:/root:Z \
${container_name} ${architecture} \
Expand Down

0 comments on commit 0f97aca

Please sign in to comment.