Skip to content

Commit

Permalink
[NOT ADC] ca bundle patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jun 28, 2024
1 parent fd22b77 commit 0243b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS="${ID}${VERSION_ID}"

echo "[INFO] Patch OS is ${OS}"

[[ "${OS}" != "rhel8" ]] && exit 0
[[ "${OS}" != rhel8* ]] && exit 0

echo "[INFO] Starting: CA-BUNDLE patch script"

Expand Down

0 comments on commit 0243b90

Please sign in to comment.