chrisdutz opened a new issue, #223:
URL: https://github.com/apache/whimsy/issues/223

   So I just ran setupmymac on my mac and I got errors.
   
   ```
   $ sudo ln -s /var/log/apache2 /srv/whimsy/www/members/log
   /Users/cdutz/Projects/Apache/Whimsy/whimsy/config/setupmymac:374:in `read': 
No such file or directory @ rb_sysopen - /etc/apache2/other/passenger.conf 
(Errno::ENOENT)
           from 
/Users/cdutz/Projects/Apache/Whimsy/whimsy/config/setupmymac:374:in `<main>'
   ```
   
   When debugging the script it seems that in my case `passenger_conf` doesn't 
exist at `/etc/apache2/other/passenger.conf` and therefore the script goes into 
the second part of the expression in:
   
   `unless File.exist?(passenger_conf) or File.read(passenger_conf) != snippet`
   
   Which then fails ... could it be that this should be an `and` instead of an 
`or`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to