Skip to content

Commit

Permalink
Merge 93621f7 into 46a0f75
Browse files Browse the repository at this point in the history
  • Loading branch information
Kusanagi9999 committed Oct 5, 2018
2 parents 46a0f75 + 93621f7 commit 8052606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fi

if [ "$MULTUS_CONF_FILE" == "auto" ]; then
echo "Generating Multus configuration file ..."
MASTER_PLUGIN="$(ls $CNI_CONF_DIR | grep .conf | head -1)"
MASTER_PLUGIN="$(ls $CNI_CONF_DIR | grep -E '\.conf(list)?$' | head -1)"
if [ "$MASTER_PLUGIN" == "" ]; then
echo "Error: Multus could not be configured: no master plugin was found."
exit 1;
Expand Down

0 comments on commit 8052606

Please sign in to comment.