Skip to content

Commit

Permalink
Merge pull request #4798 from rbbratta/OCPBUGS-46072-mkdir
Browse files Browse the repository at this point in the history
OCPBUGS-46072: create /run/nodeip-configuration before use
  • Loading branch information
openshift-merge-bot[bot] authored Jan 28, 2025
2 parents cfdda14 + 010efe3 commit b2e4422
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ contents:
fi
if [[ "$STATUS" == "up" ]] && [[ $IFACE == "br-ex" ]]; then
/bin/mkdir -p /run/nodeip-configuration
touch /run/nodeip-configuration/br-ex-up
fi
;;
Expand Down

0 comments on commit b2e4422

Please sign in to comment.