From ae612efa4b8759148e03f0f554819710ca15a253 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Fri, 15 Feb 2019 19:29:09 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d=E2=80=99un=20emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_homebrew.sh b/_homebrew.sh index 77e3233..f07daa3 100755 --- a/_homebrew.sh +++ b/_homebrew.sh @@ -146,7 +146,7 @@ dir="/usr/local/etc/httpd" name="httpd.conf" test=$(find $dir -name "$name" -mmin -5 -maxdepth 1) -[ ! -z $test ] && echo -e "\033[1;31m$name was modified in the last 5 minutes\033[0m" +[ ! -z $test ] && echo -e "\033[1;31m❗️ ️$name was modified in the last 5 minutes\033[0m" # Homebrew 2.0.0+ run a cleanup every 30 days