From be093d24551a0fd6ee3fbb5ea24b8d656cdb5e65 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Tue, 10 Dec 2019 12:38:51 +0100 Subject: [PATCH] Minor bugfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -temps de modification de php.ini ramené à 5mn --- plugins.d/pecl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.d/pecl.sh b/plugins.d/pecl.sh index 43d3742..81bf995 100755 --- a/plugins.d/pecl.sh +++ b/plugins.d/pecl.sh @@ -81,7 +81,7 @@ dir=$(dirname "$conf_php") name=$(basename "$conf_php") notif2="$conf_php was modified in the last 5 minutes" -test=$(find "$dir" -name "$name" -mmin -50000 -maxdepth 1) +test=$(find "$dir" -name "$name" -mmin -5 -maxdepth 1) if [ -n "$test" ]; then echo -e "\033[1;31m❗️ ️$notif2\033[0m"