evolinux-base: check_hpraid.sh: Fix missing copy of RAID state

This commit is contained in:
Benoît S. 2020-06-04 17:32:49 +09:00 committed by Gitea
parent f963eaacf6
commit bdb234c0cd

View file

@ -52,6 +52,7 @@ EOT
cat "$check_hpraid_output" cat "$check_hpraid_output"
exit 1 exit 1
else else
cp "$check_hpraid_output" $check_hpraid_last
exit 0 exit 0
fi fi
} }