changed enabled to true

This commit is contained in:
Bob Gendler
2024-03-07 11:19:21 -05:00
parent f0ab5dc8ae
commit 71353fe690

View File

@@ -12,7 +12,7 @@ result:
fix: |
[source,bash]
----
/usr/bin/defaults write /var/db/locationd/Library/Preferences/ByHost/com.apple.locationd LocationServicesEnabled -bool enable;
/usr/bin/defaults write /var/db/locationd/Library/Preferences/ByHost/com.apple.locationd LocationServicesEnabled -bool true;
pid=$(/bin/launchctl list | /usr/bin/awk '/com.apple.locationd/ { print $1 }')
kill -9 $pid
----