running bro -C from broctl

Is there a way to make Bro run with the –C flag from broctl?

I’m aware that this isn’t advisable in production but I have a test system where it seems to be necessary.

Thanks,

Jay

Is there a way to make Bro run with the –C flag from broctl?

Adding "redef ignore_checksums=T;" to your site/local.bro then doing `broctl check && broctl install && broctl restart` should be the equivalent.

    Jon