mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Merge pull request #5600 from petiepooo/petiepooo-raidstat-fix
missing dollarsign
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user