Title
f

future-ram-24559

03/13/2022, 7:52 AM
odd issue with netclient on Synology. This was previously running 0.9.4 So I did
sudo netclient uninstall
then
cd /
and then get the new version 0.11.0-
mkdir etc/netclient && curl -L https://github.com/gravitl/netmaker/releases/v0.11.1/download/netclient --output /etc/netclient/netclient
Now execute the join command-
sudo etc/netclient/netclient join -t  <mytoken>
But this failed with
etc/netclient/netclient: line 1: Not: command not found
So it looks like the command is executing, but there's an error - or I'm doing something wrong!