doctor: temporary add -R flag in chown instruction

Will replace it when we implemented `brew repair-permission`
This commit is contained in:
Xu Cheng 2015-09-30 13:55:30 +08:00
parent e66cb91702
commit 30795ddc29

View File

@ -443,7 +443,7 @@ class Checks
You should probably change the ownership and permissions of /usr/local You should probably change the ownership and permissions of /usr/local
back to your user account. back to your user account.
sudo chown $(whoami):admin /usr/local sudo chown -R $(whoami):admin /usr/local
EOS EOS
end end
end end