Skip to content

Commit

Permalink
feat: discover EL9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Nov 10, 2022
1 parent 36c7d22 commit 8820562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions risuclient/common.d/00-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ discover_rhrelease() {
else
VERSION=$(egrep -o "\(.*\)" ${FILE} | tr -d "()")
case ${VERSION} in
Plow) echo 9 ;;
Ootpa) echo 8 ;;
Maipo) echo 7 ;;
Santiago) echo 6 ;;
Expand Down

0 comments on commit 8820562

Please sign in to comment.