`netclient` has a hardcoded path (https://github....
# requests
d
netclient
has a hardcoded path (https://github.com/gravitl/netmaker/blob/c147cc2eb92b1b3e419b0640ce4025d8ae0b1d2d/netclient/ncutils/netclientutils.go#L42) to the config file:
/etc/netclient
. I'm trying to run
netclient
on CoreELEC which has
/etc
mounted as readonly, thus it can't create required files and fails. Could you add an option to override the default path for such cases?
j
This is a bit out of scope for us to implement at the moment, but if you're willing to submit a PR, we'd certainly be open to it