Hacker News new | ask | show | jobs
by baylisscg 2760 days ago
Hilariously I was having to write init.d scripts for a crusty version of CentOS yesterday and used `set -e` instinctively. Died inexplicably importing `/etc/init.d/functions` until I noticed a comment explicitly saying to _not_ set that.