From 435adceb84302fe82ca01ee36e547f143c21f25c Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Wed, 9 Sep 2015 07:16:04 -0500 Subject: [PATCH] Proper 10.10.5 results --- Cacher | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cacher b/Cacher index cb0f050..8d242ef 100644 --- a/Cacher +++ b/Cacher @@ -3,7 +3,7 @@ # This script will process Caching Server Debug Logs and e-mail the information to relevant parties # through the use of Apple's Server Alert mechanism. ## Written by Erik Gomez with help from Google Search. -## Last Modified 08/17/2015 +## Last Modified 09/09/2015 ## Variables loglocation=/Library/Server/Caching/Logs @@ -344,8 +344,8 @@ egrep -o "(\/(14.1.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total egrep -o "(\/(14.3.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total_OS_X_10.10.3.txt ## Look for "14.4.0" and output (10.10.4) egrep -o "(\/(14.4.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total_OS_X_10.10.4.txt -## Look for "14.4.0" and output (10.10.4) -egrep -o "(\/(14.4.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total_OS_X_10.10.5.txt +## Look for "14.5.0" and output (10.10.5) +egrep -o "(\/(14.5.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total_OS_X_10.10.5.txt ### OS X 10.11 El Capitan ## Look for "15.0.0" and output (10.11.0) egrep -o "(\/(15.0.0))" "${tmplocation}"/Total_OS_X.txt > "${tmplocation}"/Total_OS_X_10.11.0.txt