mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-19 16:40:58 +00:00
add MULTUS_CONF_FILE to the arr for checking
This commit is contained in:
committed by
Tomofumi Hayashi
parent
fe6b68d58b
commit
9db8f38743
@@ -66,7 +66,7 @@ done
|
|||||||
# Create array of known locations
|
# Create array of known locations
|
||||||
declare -a arr=($CNI_CONF_DIR $CNI_BIN_DIR $MULTUS_BIN_FILE)
|
declare -a arr=($CNI_CONF_DIR $CNI_BIN_DIR $MULTUS_BIN_FILE)
|
||||||
if [ "$MULTUS_CONF_FILE" != "auto" ]; then
|
if [ "$MULTUS_CONF_FILE" != "auto" ]; then
|
||||||
arr+=($MULTUS_BIN_FILE)
|
arr+=($MULTUS_CONF_FILE)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user