Skip to content

Commit

Permalink
🐛 FIX: perfcollect install script Azure Linux 3 (#2135)
Browse files Browse the repository at this point in the history
Co-authored-by: AguirreMoy <[email protected]>
  • Loading branch information
AguirreMoy and AguirreMoy authored Dec 4, 2024
1 parent 1210566 commit ef793e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perfcollect/perfcollect
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ IsMariner()
if [ -f /etc/lsb-release ]
then
local flavor=`cat /etc/lsb-release | grep DISTRIB_ID`
if [ "$flavor" == "DISTRIB_ID=\"Mariner\"" ]
if [ "$flavor" == "DISTRIB_ID=\"Mariner\"" ] || [ "$flavor" == "DISTRIB_ID=\"azurelinux\"" ]
then
mariner=1
fi
Expand Down

0 comments on commit ef793e6

Please sign in to comment.