small check fix

This commit is contained in:
Bob Gendler
2021-08-31 11:30:47 -04:00
parent bf13d82cee
commit af4dd33fd7

View File

@@ -9,7 +9,7 @@ discussion: |
NOTE: The Media Sharing preference panel will still allow "Home Sharing" and "Share media with guests" to be checked but the service will not be enabled.
check: |
/usr/bin/profiles -P -o stdout | /usr/bin/grep -Ec '(homeSharingUIStatus = 0|legacySharingUIStatus = 0|mediaSharingUIStatus = 1)'
/usr/bin/profiles -P -o stdout | /usr/bin/grep -Ec '(homeSharingUIStatus = 0|legacySharingUIStatus = 0|mediaSharingUIStatus = 0)'
result:
integer: 1
fix: |