mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Fix Raid for Jertel compliance
This commit is contained in:
@@ -27,7 +27,7 @@ RAIDLOG=/var/log/raid/status.log
|
|||||||
RAIDSTATUS=$(cat /var/log/raid/status.log)
|
RAIDSTATUS=$(cat /var/log/raid/status.log)
|
||||||
|
|
||||||
if [ -f "$RAIDLOG" ]; then
|
if [ -f "$RAIDLOG" ]; then
|
||||||
echo "raid raidstatus=$RAIDSTATUS "
|
echo "raid $RAIDSTATUS"
|
||||||
else
|
else
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user