dry-knife-46018
06/06/2022, 12:11 AMnetclient 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?jolly-london-20127
06/07/2022, 10:20 AM