Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "defaults" command? #2

Closed
keith-rollin opened this issue Nov 22, 2015 · 1 comment
Closed

Missing "defaults" command? #2

keith-rollin opened this issue Nov 22, 2015 · 1 comment

Comments

@keith-rollin
Copy link

In defaults.sh, you have the following (introduced in 7f79900):

# Disable audio feedback when volume is changed
write com.apple.sound.beep.feedback -bool false

That looks like it is missing the defaults command and should be:

# Disable audio feedback when volume is changed
defaults write com.apple.sound.beep.feedback -bool false
@webpro webpro closed this as completed in 8b6e9de Nov 22, 2015
@webpro
Copy link
Owner

webpro commented Nov 22, 2015

Thanks for the catch @keith-rollin! I didn't notice (it only outputs usage: write user [tty]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants