diff --git a/salt/common/tools/sbin/so-raid-status b/salt/common/tools/sbin/so-raid-status index 4664a5961..7ba89b1c8 100755 --- a/salt/common/tools/sbin/so-raid-status +++ b/salt/common/tools/sbin/so-raid-status @@ -93,7 +93,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