zerowidth / camper_van

A Campfire to IRC bridge
MIT License
129 stars 25 forks source link

Fix for validating PID permissions #38

Closed yorickpeterse closed 11 years ago

yorickpeterse commented 11 years ago

File.writable? will always return false for a non existing file, thus it's better to check the parent directory to see if we can write a PID file.

yorickpeterse commented 11 years ago

This was my own dumb mistake. I assumed File.writable? would also work for non existing files, alas it does not.