Hi guys,
I'm having an issue with "oil refine migrate" where I'm getting the following error: "Error: chmod(): Operation not permitted in /Volumes/Storage/Projects/site/fuel/core/classes/log.php on 111". I realize this is pretty easy to resolve with "sudo chown" however I was wondering if there's an easier way to resolve this. The issue occurs because my webserver is running as a different user from oil on the CLI (webserver runs as _www). I'm running oil through terminal, so it ends up running as the 'neen' user. Any ideas, or am I stuck chown'ing everytime this error comes up?