Skip to content

Commit

Permalink
Fix default value for USE_GECODE preference
Browse files Browse the repository at this point in the history
  • Loading branch information
jelockwood authored Feb 20, 2019
1 parent a3b177a commit 9b34430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer_package/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/usr/sbin/chown root:wheel "/Library/LaunchDaemons/com.jelockwood.pinpoint.plist"
if [ ! -f "/Library/Preferences/com.jelockwood.pinpoint.plist" ]; then
/usr/bin/defaults write "/Library/Preferences/com.jelockwood.pinpoint" USE_ALTITUDE -bool FALSE
/usr/bin/defaults write "/Library/Preferences/com.jelockwood.pinpoint" USE_GEOCODE -bool TRUE
/usr/bin/defaults write "/Library/Preferences/com.jelockwood.pinpoint" YOUR_API_KEY -string ""
fi
/bin/launchctl load "/Library/LaunchDaemons/com.jelockwood.pinpoint.plist"
Expand Down

0 comments on commit 9b34430

Please sign in to comment.