Minor bugfix

-temps de modification de php.ini ramené à 5mn
This commit is contained in:
2019-12-10 12:38:51 +01:00
parent cf760c8b3a
commit be093d2455

View File

@@ -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"