Updated the Flush DNS script slightly.

This commit is contained in:
Scott Wallace 2015-05-09 15:51:21 +01:00
parent 6ccfce0dc5
commit 6de0dcbde9

View file

@ -10,7 +10,7 @@ function sorry()
case ${OS} in case ${OS} in
Darwin) case ${REL} in Darwin) case ${REL} in
14.1.0) sudo discoveryutil udnsflushcaches 14.*) sudo discoveryutil udnsflushcaches
;; ;;
*) sorry *) sorry
;; ;;