Merge pull request #5600 from petiepooo/petiepooo-raidstat-fix

missing dollarsign
This commit is contained in:
Mike Reeves
2021-09-21 11:35:57 -04:00
committed by GitHub

View File

@@ -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