Skip to content

Commit 8c1aac5

Browse files
matmerrtamilmani1989
authored andcommitted
change install sh install script from *.conf to *.conflist (#163)
1 parent f2aac20 commit 8c1aac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-cni-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ printf "done.\n"
4848

4949
# Install azure-vnet CNI network configuration file.
5050
printf "Installing azure-vnet CNI network configuration file to $CNI_NETCONF_DIR..."
51-
mv $CNI_BIN_DIR/*.conf $CNI_NETCONF_DIR
51+
mv $CNI_BIN_DIR/*.conflist $CNI_NETCONF_DIR
5252
printf "done.\n"
5353

5454
# Install loopback plugin.

0 commit comments

Comments
 (0)