fibratus icon indicating copy to clipboard operation
fibratus copied to clipboard

The installer set incorrectly the location of fibratus.yml

Open jrcribb opened this issue 2 years ago • 1 comments

I've installed Fibratus in a custom folder (ex "d:\software\fibratus"))but at runtime the configuration file fibratus.yml was searched at "c:\program files\fibratus\config" instead of "d:\software\fibratus\config"

jrcribb avatar Jul 24 '23 13:07 jrcribb

Hi @jrcribb

Thanks for the bug report! Meanwhile the fix lands, you can work around this by specifying the config file path:

fibratus run --config-file=d:\software\fibratus\config\fibratus.yml

rabbitstack avatar Jul 24 '23 14:07 rabbitstack