diff --git a/salt/common/tools/sbin/so-raid-status b/salt/common/tools/sbin/so-raid-status index e817554d3..dbc8ba783 100755 --- a/salt/common/tools/sbin/so-raid-status +++ b/salt/common/tools/sbin/so-raid-status @@ -90,7 +90,7 @@ check_software_raid {%- endif %} if [[ -n $SWRAID ]]; then - if [[ $SWRAID == '0' && BOSSRAID == '0' ]]; then + if [[ $SWRAID == '0' && $BOSSRAID == '0' ]]; then RAIDSTATUS=0 else RAIDSTATUS=1