File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717set -eu -o pipefail
1818
19- destdir =" ${destdir :- " C:\\ Program Files\\ containerd" } "
20- WINCNI_BIN_DIR=" ${destdir } /cni"
19+ DESTDIR =" ${DESTDIR :- " C:\\ Program Files\\ containerd" } "
20+ WINCNI_BIN_DIR=" ${DESTDIR } /cni"
2121WINCNI_PKG=github.com/Microsoft/windows-container-networking
2222WINCNI_VERSION=aa10a0b31e9f72937063436454def1760b858ee2
2323
@@ -29,7 +29,7 @@ install -D -m 755 "out/nat.exe" "${WINCNI_BIN_DIR}/nat.exe"
2929install -D -m 755 " out/sdnbridge.exe" " ${WINCNI_BIN_DIR} /sdnbridge.exe"
3030install -D -m 755 " out/sdnoverlay.exe" " ${WINCNI_BIN_DIR} /sdnoverlay.exe"
3131
32- CNI_CONFIG_DIR=" ${destdir } /cni/conf"
32+ CNI_CONFIG_DIR=" ${DESTDIR } /cni/conf"
3333mkdir -p " ${CNI_CONFIG_DIR} "
3434
3535# split_ip splits ip into a 4-element array.
You can’t perform that action at this time.
0 commit comments