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
1 changed files with 1 additions and 0 deletions

View File

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