missing dollarsign

This commit is contained in:
Pete
2021-09-21 11:21:07 -04:00
committed by GitHub
parent ff09d9ca58
commit 19efa493ad

View File

@@ -90,7 +90,7 @@ check_software_raid
{%- endif %} {%- endif %}
if [[ -n $SWRAID ]]; then if [[ -n $SWRAID ]]; then
if [[ $SWRAID == '0' && BOSSRAID == '0' ]]; then if [[ $SWRAID == '0' && $BOSSRAID == '0' ]]; then
RAIDSTATUS=0 RAIDSTATUS=0
else else
RAIDSTATUS=1 RAIDSTATUS=1