consolewd for linux (Mint) and WeatherFlow AIR/SKY - EFCreateError

I just tried running consolewd on linux Mint for the first time and got the following error:

jackhodges@netcamserver /home/weatheruser/instrument $ ./consolewd &
[1] 18139
jackhodges@netcamserver /home/weatheruser/instrument $ Station type raw=72<
Station type =72
Weather station type is Weather Flow
An unhandled exception occurred at $00000000004E9DA7:
EFCreateError: Unable to create file “/home/weatheruser/instrument/wdconsole.ini”
$00000000004E9DA7
$00000000004E9C0C
$00000000005308B0

[1]+ Exit 217 ./consolewd

I am assuming an ownership/permissions issue in the directory in which I am executing consolewd but I have given myself group permissions in this directory. Does anyone recognize this error by any chance? Thanks in advance,

Jack

That was quick. I solved my own problem. I had not given myself ‘write’ privileges on the directory. It is trying to work now. I assume that it will wait if there is no instrument to talk to since that is what is doing and I haven’t hooked up the instrument yet (just testing my scripts right now).