We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54abd94 commit 01b1d68Copy full SHA for 01b1d68
test/e2e-install.sh
@@ -55,10 +55,10 @@ function install-npd() {
55
mount -o remount,exec "${BIN_DIR}"
56
57
echo "Installing NPD binary."
58
- cp "${workdir}"/bin/node-problem-detector "${BIN_DIR}"
+ cp "${workdir}"/bin/node-problem-detector-amd64 "${BIN_DIR}"/node-problem-detector
59
60
echo "Installing log-counter binary."
61
- cp "${workdir}"/bin/log-counter "${BIN_DIR}"
+ cp "${workdir}"/bin/log-counter-amd64 "${BIN_DIR}"/log-counter
62
63
echo "Installing NPD configurations."
64
mkdir -p "${CONFIG_DIR}"
@@ -97,4 +97,4 @@ done
97
shift "$((OPTIND-1))"
98
99
100
-main "${@}"
+main "${@}"
0 commit comments