From 8a4ae16d73ccb5c9cd4fdd82d5e3eb8e65283032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Tue, 16 Jun 2020 13:20:43 +0900 Subject: [PATCH] evolinux-base: check_hpraid cron: Add -p --- evolinux-base/files/check_hpraid.cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolinux-base/files/check_hpraid.cron.sh b/evolinux-base/files/check_hpraid.cron.sh index 9c5548c2..d8330f44 100644 --- a/evolinux-base/files/check_hpraid.cron.sh +++ b/evolinux-base/files/check_hpraid.cron.sh @@ -7,7 +7,7 @@ set -euo pipefail TMPDIR=/tmp md5sum=$(command -v md5sum) awk=$(command -v awk) -check_hpraid="/usr/local/lib/nagios/plugins/check_hpraid -v" +check_hpraid="/usr/local/lib/nagios/plugins/check_hpraid -v -p" check_hpraid_output=$(mktemp -p $TMPDIR check_hpraid_XXX) check_hpraid_last="$TMPDIR/check_hpraid_last" trap trapFunc EXIT ERR