Fix Raid for Jertel compliance

This commit is contained in:
Mike Reeves
2021-04-05 11:41:19 -04:00
parent f9dc040c7f
commit 5aefa2a024

View File

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