From bdb234c0cdd571477b3fd5ba241bae2681872ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Thu, 4 Jun 2020 17:32:49 +0900 Subject: [PATCH] evolinux-base: check_hpraid.sh: Fix missing copy of RAID state --- evolinux-base/files/check_hpraid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/evolinux-base/files/check_hpraid.sh b/evolinux-base/files/check_hpraid.sh index 3c266ba4..9c5548c2 100644 --- a/evolinux-base/files/check_hpraid.sh +++ b/evolinux-base/files/check_hpraid.sh @@ -52,6 +52,7 @@ EOT cat "$check_hpraid_output" exit 1 else + cp "$check_hpraid_output" $check_hpraid_last exit 0 fi }