diff --git a/src/perfcollect/perfcollect b/src/perfcollect/perfcollect index 0a0353068..f83a9500d 100755 --- a/src/perfcollect/perfcollect +++ b/src/perfcollect/perfcollect @@ -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