[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug : CGI_ACK_OPTS in hobbitcgi.cfg



Henrik,

I grabbed todays snapshot and noticed that you made the --no-pin (which is a wonderful feature!) option default in hobbitcgi.cfg.

The problem is that the option is added outside of the quotes, so that it doesn't take effect:

CGI_ACK_OPTS="--env=/home/hobbit/server/etc/hobbitserver.cfg" --no-pin

Moving the end quote to the outside of --no-pin fixes it.

-Charles