mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
missing dollarsign
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user