Skip to content

Commit 22a0e0d

Browse files
committed
set executable permissions on binary
1 parent 5926095 commit 22a0e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ingestor_exporter/packaging

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -eux
55
# Extract ingestor_exporter package
66
mkdir -p ${BOSH_INSTALL_TARGET}/bin
77
tar xzvf ${BOSH_COMPILE_TARGET}/ingestor_exporter/ingestor_exporter-2.2.0.linux-amd64.tar.gz
8-
cp -a ${BOSH_COMPILE_TARGET}/ingestor_exporter-2.2.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
8+
cp -a ${BOSH_COMPILE_TARGET}/ingestor_exporter-2.2.0.linux-amd64/ingestor_exporter ${BOSH_INSTALL_TARGET}/bin
9+
chmod 755 $BOSH_INSTALL_TARGET/bin/ingestor_exporter

0 commit comments

Comments
 (0)