We download the binary files for the linux for the QNAP from Release v1.22.2 · storj/storj · GitHub and then we try different commands like
./storagenode setup
./storagenode run
so we were able to up the node but when we try to shut/stop the node using ./storagenode exit-satellite
it gives below error .
Even if we have give proper identity key and certificate path in the setup command. Its loads identity key and ceritcate at the time of run command but not when we want to stop the node.
Can anyone have some more suggestion please.