Skip to content

Commit

Permalink
fix kernel modules copy for rhel bundle (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran authored Feb 18, 2020
1 parent dd2febb commit 0c0621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/container/rhel/create-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cp -p "${INPUT_ROOT}/scripts/bootstrap.sh" "${bundle_root}/bootstrap.sh"
cp -p "${INPUT_ROOT}/scripts/collector-wrapper.sh" "${bundle_root}/usr/local/bin/"
cp -p "${INPUT_ROOT}/NOTICE-collector.txt" "${bundle_root}/COPYING.txt"
cp -p "${INPUT_ROOT}/bin/collector.rhel" "${bundle_root}/usr/local/bin/collector"
cp -pr "${MODULE_DIR}" "${bundle_root}/kernel-modules"
cp -pr "${MODULE_DIR}"/* "${bundle_root}/kernel-modules/"

# Files needed from the collector-builder image and associated
# destination in collector-rhel image.
Expand Down

0 comments on commit 0c0621d

Please sign in to comment.