mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-18 16:00:04 +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
|
||||
declare -a arr=($CNI_CONF_DIR $CNI_BIN_DIR $MULTUS_BIN_FILE)
|
||||
if [ "$MULTUS_CONF_FILE" != "auto" ]; then
|
||||
arr+=($MULTUS_BIN_FILE)
|
||||
arr+=($MULTUS_CONF_FILE)
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user