Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Proper 10.10.5 results
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Sep 9, 2015
1 parent 4b8d899 commit 435adce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cacher
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 435adce

Please sign in to comment.