Open Nilloc opened 12 years ago
You don't have to be in your home dir for it to work
It failed when I was in a root folder even though I had proper permissions (775) on that folder… I'll try again at some point and debug what the problem was but I'm 90% sure it was permissions.
On Saturday, December 3, 2011 at 4:29 PM, Jon Maddox wrote:
You don't have to be in your home dir for it to work
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3003147
I personally wouldn't do anything like this at the root or outside of the context of ~. You don't need to be at the root of ~ but you should always be in that path, like say ~/Desktop
On Dec 4, 2011, at 1:57 PM, Collin Reisdorfreply@reply.github.com wrote:
It failed when I was in a root folder even though I had proper permissions (775) on that folder… I'll try again at some point and debug what the problem was but I'm 90% sure it was permissions.
On Saturday, December 3, 2011 at 4:29 PM, Jon Maddox wrote:
You don't have to be in your home dir for it to work
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3003147
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3008083
Right, I happened to be in a folder that was root based at the time (my /Library/Webserver/Documents folder) so I thought it might be helpful to specify that ~/ just in case you have dummies like me using the script, which is kinda the point of it right?
Collin Reisdorf
On Sunday, December 4, 2011 at 2:01 PM, Jon Maddox wrote:
I personally wouldn't do anything like this at the root or outside of the context of ~. You don't need to be at the root of ~ but you should always be in that path, like say ~/Desktop
On Dec 4, 2011, at 1:57 PM, Collin Reisdorf<reply@reply.github.com (mailto:reply@reply.github.com)> wrote:
It failed when I was in a root folder even though I had proper permissions (775) on that folder… I'll try again at some point and debug what the problem was but I'm 90% sure it was permissions.
On Saturday, December 3, 2011 at 4:29 PM, Jon Maddox wrote:
You don't have to be in your home dir for it to work
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3003147
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3008083
Reply to this email directly or view it on GitHub: https://github.com/maddox/magick-installer/pull/30#issuecomment-3008102
Added clarification to be in your home directory, otherwise the script may fail.