Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
Showing only changes of commit 91dda2e1a2 - Show all commits

View file

@ -37,11 +37,12 @@ main() {
cat << EOT cat << EOT
Different RAID state detected. Different RAID state detected.
Was: Was:
$check_hpraid_last $(cat $check_hpraid_last)
Is now: Is now:
$check_hpraid_output $(cat $check_hpraid_output)
EOT EOT
exit 1 cp "$check_hpraid_output" $check_hpraid_last
exit 1
fi fi
# If check_hpraid returned error, display output, save status and # If check_hpraid returned error, display output, save status and